diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-10-30 01:32:39 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-10-30 01:32:39 +0100 |
commit | bd1d67efe830efcdb21af751e9bfd7ef8da42590 (patch) | |
tree | 3faa340d19f208db3ce986198c1ad06367c2b545 /libavcodec/version.h | |
parent | 2f1d6d45af42fc8bfa4d13afef08ad9465d216cc (diff) | |
download | ffmpeg-bd1d67efe830efcdb21af751e9bfd7ef8da42590.tar.gz |
lavc/proresdec2: Fix slice_count for very high resolutions.
QT ignores the value written in the frame header.
Issue reported by forum user Koracas.
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 71e0703b8e..02c2a089e6 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #define LIBAVCODEC_VERSION_MAJOR 57 #define LIBAVCODEC_VERSION_MINOR 13 -#define LIBAVCODEC_VERSION_MICRO 101 +#define LIBAVCODEC_VERSION_MICRO 102 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |