diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-07-17 00:16:45 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-07-17 00:16:45 +0200 |
commit | 7f0d5401885b111ac9bb5e96d4fcb080bda83745 (patch) | |
tree | d2fd71f556a5f230b62107b4fa59e3407f44537c /libavcodec/version.h | |
parent | 6e127990fa9ea9776a74041080ff2a9ce8a39767 (diff) | |
download | ffmpeg-streaming-7f0d5401885b111ac9bb5e96d4fcb080bda83745.zip ffmpeg-streaming-7f0d5401885b111ac9bb5e96d4fcb080bda83745.tar.gz |
lavc: Allow 64 channels internally.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 778293a..07b1ae3 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, \ |