aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2016-11-15 10:28:10 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2016-11-26 13:11:32 +0100
commit36e27c87e7f06cac372f0a704ca3b91c3178a1ee (patch)
treecd742d52af3d089ac315e69ac5172100336c4ecf /libavcodec/version.h
parentaf7d0ad983a1f049f4d2ef64716cb81ae724d9cc (diff)
downloadffmpeg-36e27c87e7f06cac372f0a704ca3b91c3178a1ee.tar.gz
vc1dec: support multiple slices in frame coded images with hwaccel
Based on a patch by Jun Zhao <mypopydev@gmail.com>
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 5a7e4804eb..c28867a1ff 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 57
#define LIBAVCODEC_VERSION_MINOR 66
-#define LIBAVCODEC_VERSION_MICRO 107
+#define LIBAVCODEC_VERSION_MICRO 108
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \