summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-31 16:39:56 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-11-01 20:10:52 +0100
commit5aaf5df06de65b9125bc18057e73b1deaf375f47 (patch)
tree611fb236319427da22ba332cf90f8c0d72daf5a5 /libavcodec/version.h
parent6d64a14e6deae319e8d21b23072e0a73f8cfd9c1 (diff)
downloadffmpeg-5aaf5df06de65b9125bc18057e73b1deaf375f47.tar.gz
avcodec/libwebpenc: support "P" frames in webp animations
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 98ed86971e..ea9207a63a 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#define LIBAVCODEC_VERSION_MAJOR 56
#define LIBAVCODEC_VERSION_MINOR 10
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \