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-07-06 00:48:22 +0300
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-07-06 00:48:22 +0300
commit420ba222c6150fda8c8d362932dbd29eb485bb17 (patch)
treebb66a06f7349f4f4f63b0ecc9544f2a62b315318 /libavcodec/version.h
parent645489cf90b09a3bd1ed57b2c13b37b1512450bb (diff)
lavc/mjpeg_parser: Allow jpegls parsing.
Fixes ticket #5691.
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 4f6423b15e..5e047548b3 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 57
#define LIBAVCODEC_VERSION_MINOR 48
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MICRO 102
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \