summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2015-07-17 00:16:45 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2015-07-17 00:16:45 +0200
commit7f0d5401885b111ac9bb5e96d4fcb080bda83745 (patch)
treed2fd71f556a5f230b62107b4fa59e3407f44537c /libavcodec/version.h
parent6e127990fa9ea9776a74041080ff2a9ce8a39767 (diff)
lavc: Allow 64 channels internally.
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 778293af00..07b1ae30db 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#define LIBAVCODEC_VERSION_MAJOR 56
#define LIBAVCODEC_VERSION_MINOR 49
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \