diff options
author | Marton Balint <cus@passwd.hu> | 2018-07-03 12:10:54 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-07-13 22:24:33 +0200 |
commit | 3e0f3be2b027ce2be1ed0f25651286f4f42123d5 (patch) | |
tree | 09347645dfbae1b7ac9a4bec6ca695af44affd14 /libavcodec/version.h | |
parent | 5982078e8d56b84de4d538ab4d39f474b833cdc2 (diff) | |
download | ffmpeg-3e0f3be2b027ce2be1ed0f25651286f4f42123d5.tar.gz |
avcodec/internal: increase FF_SANE_NB_CHANNELS to 256
This was reduced from 128 in libav commit
192f1984b1a93aa08af053b8f9ab4950f307bd5d, but since we support unknown channel
layouts, we can increase this limit.
Fixes ticket #6332.
Signed-off-by: Marton Balint <cus@passwd.hu>
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 471ea4a8ab..7139c1f557 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 58 #define LIBAVCODEC_VERSION_MINOR 21 -#define LIBAVCODEC_VERSION_MICRO 104 +#define LIBAVCODEC_VERSION_MICRO 105 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |