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:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-09-28 18:49:39 +0300
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-09-28 18:49:39 +0300
commit83bf40f3cfcf4b7545e41836b37f21806004f136 (patch)
tree45da019b69aabaf47bc6ca7fc2efaceca65db3bb /libavcodec/version.h
parent58776ccbdb4d2e5f07d1d0fe12a1529cffe949c0 (diff)
lavc/8bps: Fix 32bit output of 24bit video.
Regression since / partial revert of ba3bb53b
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 636c9d64fe..e7778e9bc0 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 57
#define LIBAVCODEC_VERSION_MINOR 58
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MICRO 102
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \