Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaki Tanaka <maki.rxrz@gmail.com>2013-04-09 11:39:34 +0400
committerAnton Khirnov <anton@khirnov.net>2013-05-03 10:16:10 +0400
commit507b1e454cf9953da3e18f33c9bd1fca78c97cb5 (patch)
tree686c47d0c70089be6f0f44addcb02f8c360c8e48 /libavcodec/version.h
parent566b7a20fd0cab44d344329538d314454a0bcc2f (diff)
avcodec: Add field order information to AVCodecParserContext.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 2165a3d061..2dc0f4d89d 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -27,7 +27,7 @@
*/
#define LIBAVCODEC_VERSION_MAJOR 55
-#define LIBAVCODEC_VERSION_MINOR 3
+#define LIBAVCODEC_VERSION_MINOR 4
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \