summaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorTim Walker <tdskywalker@gmail.com>2013-02-06 12:53:15 +0000
committerPaul B Mahol <onemda@gmail.com>2013-02-06 12:53:15 +0000
commit7af876a93fa8d88818b3e5d0bb27d9afeee3d814 (patch)
treecea8bd5461a11c52d338312e26e54654c8ed6746 /libavcodec/version.h
parent8ab2173ed141aa2c3336be7f9880340dfb8dcf5e (diff)
downloadffmpeg-streaming-7af876a93fa8d88818b3e5d0bb27d9afeee3d814.zip
ffmpeg-streaming-7af876a93fa8d88818b3e5d0bb27d9afeee3d814.tar.gz
flac: add channel layout masks for streams with 7 or 8 channels
They were added to the latest FLAC specification: https://git.xiph.org/?p=flac-website.git;a=commit;h=65c199a2
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 3f69494..01ce0ea 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#define LIBAVCODEC_VERSION_MAJOR 54
#define LIBAVCODEC_VERSION_MINOR 91
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \
OpenPOWER on IntegriCloud