From e8a9b644107a16473a6f8d9ae5a02b8444e3796e Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 20 Mar 2016 15:59:47 +0100 Subject: lavu/base64: add AV_BASE64_DECODE_SIZE() macro This is consistent with the AV_BASE64_SIZE macro and avoids the literal use of constants in the code. --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/APIchanges b/doc/APIchanges index 8363b05b75..e02097b1a7 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2016-04-02 - xxxxxxx - lavu 55.20.100 - base64.h + Add AV_BASE64_DECODE_SIZE(x) macro. + 2016-xx-xx - lavc 57.33.0 - avcodec.h xxxxxxx - Add AVCodecParameters and its related API. xxxxxxx - Add av_get_audio_frame_duration2(). -- cgit v1.2.3