diff options
author | Christophe Gisquet <christophe.gisquet@gmail.com> | 2014-08-14 14:05:19 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-14 16:05:10 +0200 |
commit | 58d380f9a7ce323d34976ef3720e3d19ca107112 (patch) | |
tree | 7ff7a28e45c2d01a8f5a5d0247a346e48405e83f /libavcodec/version.h | |
parent | 6c36b3afe72d1ab635efba36e78c849630ed9ec6 (diff) | |
download | ffmpeg-58d380f9a7ce323d34976ef3720e3d19ca107112.tar.gz |
libavcodec: bump micro to reflect dpx changes
The encoder produces files that are no longer compatible with previous
versions of the decoder, and may actually cause decoding issues for other
software, so indicate that change to allow decoder quirks.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 5769afa9ea..2c871ba744 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #define LIBAVCODEC_VERSION_MAJOR 56 #define LIBAVCODEC_VERSION_MINOR 0 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |