summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-04-10 16:33:45 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2012-04-20 12:11:20 -0400
commitb0e9edc44f1722787adacbff9aa60343206a58c0 (patch)
treef96cb66448431596724e4ffeec7605311108c9cf /libavcodec/version.h
parentacb1730218f1c614dc8ca3ba45d9de1e05059515 (diff)
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.h4
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, \