diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-07-20 11:26:13 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-07-28 08:02:50 +0000 |
commit | c5fca0174db9ed45be821177f49bd9633152704d (patch) | |
tree | 99c8d47f6ad5b6d0334ab1c75e37f0d73177e51d /libavcodec/version.h | |
parent | 42eb9154a83e9a7aedb1168b2f1112af765cf2b5 (diff) | |
download | ffmpeg-c5fca0174db9ed45be821177f49bd9633152704d.tar.gz |
lavc: add a property for marking codecs that support frame reordering
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 99ba6316a0..d521221a2d 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 56 +#define LIBAVCODEC_VERSION_MINOR 57 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |