diff options
author | John Stebbins <stebbins@jetheaddev.com> | 2013-11-25 15:57:28 -0800 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-11-26 08:37:22 +0100 |
commit | 1eaac1d6f7bb8e52d82e1a114c88a59a9a8e5025 (patch) | |
tree | 2b5210775825b041a9b6c3f6ea4affee9e373e90 /libavutil/version.h | |
parent | a16577d9857206089fd8bce6a342b31dbd7fb9b0 (diff) | |
download | ffmpeg-1eaac1d6f7bb8e52d82e1a114c88a59a9a8e5025.tar.gz |
mpeg12dec: Extract CC user data into frame side data
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 4f0f469c62..fa1f53b66b 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -37,7 +37,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 52 -#define LIBAVUTIL_VERSION_MINOR 18 +#define LIBAVUTIL_VERSION_MINOR 19 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |