diff options
author | Tim Walker <tdskywalker@gmail.com> | 2013-01-22 21:53:54 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-02-06 21:44:06 +0100 |
commit | 9d083d64172ebf94e343a3a269eabba5bbcdf182 (patch) | |
tree | 60bd2aaa1087f632c554a09b123e872b8556de36 /libavcodec/version.h | |
parent | 41244e13d5452e70cfd42f76ede4a20b7081c71f (diff) | |
download | ffmpeg-9d083d64172ebf94e343a3a269eabba5bbcdf182.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
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 80da6e2133..7a024d38a1 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #define LIBAVCODEC_VERSION_MAJOR 54 #define LIBAVCODEC_VERSION_MINOR 41 -#define LIBAVCODEC_VERSION_MICRO 0 +#define LIBAVCODEC_VERSION_MICRO 1 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |