diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-09-18 15:18:35 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-18 15:33:50 +0200 |
commit | 645cebbe4f4ea0031a1257e3ff43387cea86fa83 (patch) | |
tree | 0ce7055daedcb10ec605eb856188ba660253a034 /libavcodec/version.h | |
parent | 9535929897df7acee32be5ba7e2025f7ed4cdf73 (diff) | |
download | ffmpeg-645cebbe4f4ea0031a1257e3ff43387cea86fa83.tar.gz |
lavc: add CODEC_FLAG2_SHOW_ALL
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index b9e44e0686..bca20f6ad1 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,7 +21,7 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 53 -#define LIBAVCODEC_VERSION_MINOR 15 +#define LIBAVCODEC_VERSION_MINOR 16 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |