diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-04-10 16:33:45 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-04-20 12:11:20 -0400 |
commit | b0e9edc44f1722787adacbff9aa60343206a58c0 (patch) | |
tree | f96cb66448431596724e4ffeec7605311108c9cf /libavcodec/version.h | |
parent | acb1730218f1c614dc8ca3ba45d9de1e05059515 (diff) | |
download | ffmpeg-b0e9edc44f1722787adacbff9aa60343206a58c0.tar.gz |
avcodec: add a cook parser to get subpacket duration
Fixes jittery video playback of rm files with cook audio.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index c35fce40e3..58a228c4a2 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,8 +27,8 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 11 -#define LIBAVCODEC_VERSION_MICRO 1 +#define LIBAVCODEC_VERSION_MINOR 12 +#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |