summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-10-18 00:25:16 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-10-18 00:25:16 +0200
commite90d4e92729c519e2267fce51e37713e879ef59d (patch)
tree1359dd82cfb00c0319a20e0af2c83b2d7433bb05 /libavcodec/version.h
parentb9136c1b90031fdd96bf217d898e3dd521fccde9 (diff)
lavc/mjpegdec: Support 2:3 subsampling.
Fixes ticket #7495.
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 7e51585661..0d9a28f432 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 58
#define LIBAVCODEC_VERSION_MINOR 33
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \