diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-11-06 11:54:40 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-11-06 11:58:32 +0100 |
commit | 7ffdc7bef2f9d7e90487f816a97a3496b0639450 (patch) | |
tree | f6318eeb493ae08bbc53eec923ae01171dc00a06 /libavcodec/version.h | |
parent | 44fa2671e0db0bb1a92c365fb3c9c2d1cd7199ca (diff) | |
download | ffmpeg-7ffdc7bef2f9d7e90487f816a97a3496b0639450.tar.gz |
avcodec/export av_vorbis_parse_frame_flags()
The other functions where changed in the previous merge
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 28ceb4d7a8..5d2c9a2ad3 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 56 -#define LIBAVCODEC_VERSION_MINOR 11 +#define LIBAVCODEC_VERSION_MINOR 12 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |