Re: [FFmpeg-devel] [PATCH] lavu/base64: add AV_BASE64_DECODE_SIZE() macro

2016-04-02 Thread Stefano Sabatini
On date Tuesday 2016-03-29 23:43:14 +0200, Michael Niedermayer encoded: > On Tue, Mar 29, 2016 at 12:39:23PM +0200, Stefano Sabatini wrote: > > This is consistent with the AV_BASE64_SIZE macro and avoids the literal > > use of constants in the code. > > > > TODO: update APIchanges and bump minor.

Re: [FFmpeg-devel] [PATCH] lavu/base64: add AV_BASE64_DECODE_SIZE() macro

2016-03-29 Thread Michael Niedermayer
On Tue, Mar 29, 2016 at 12:39:23PM +0200, Stefano Sabatini wrote: > This is consistent with the AV_BASE64_SIZE macro and avoids the literal > use of constants in the code. > > TODO: update APIchanges and bump minor. > --- > libavutil/base64.h | 9 +++-- > 1 file changed, 7 insertions(+), 2 de

[FFmpeg-devel] [PATCH] lavu/base64: add AV_BASE64_DECODE_SIZE() macro

2016-03-29 Thread Stefano Sabatini
This is consistent with the AV_BASE64_SIZE macro and avoids the literal use of constants in the code. TODO: update APIchanges and bump minor. --- libavutil/base64.h | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libavutil/base64.h b/libavutil/base64.h index 514498e..