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. --- libavutil/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/version.h') 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, \ -- cgit v1.2.3