diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2016-03-20 15:59:47 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2016-04-02 12:48:21 +0200 |
commit | e8a9b644107a16473a6f8d9ae5a02b8444e3796e (patch) | |
tree | de18380bf0055cc1d9505cd83b85934d423b9980 /libavutil/version.h | |
parent | b4daa2c40fb77974af6814cc0baaeec6a7481101 (diff) | |
download | ffmpeg-e8a9b644107a16473a6f8d9ae5a02b8444e3796e.tar.gz |
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.
Diffstat (limited to 'libavutil/version.h')
-rw-r--r-- | libavutil/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index 53e74bc343..f1e9e4006a 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -64,7 +64,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 55 -#define LIBAVUTIL_VERSION_MINOR 19 +#define LIBAVUTIL_VERSION_MINOR 20 #define LIBAVUTIL_VERSION_MICRO 100 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |