]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/internal: Bump sane_nb_chanels
authorMichael Niedermayer <michael@niedermayer.cc>
Tue, 20 Aug 2019 14:52:08 +0000 (16:52 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 20 Aug 2019 23:21:27 +0000 (01:21 +0200)
This allows decoding more als reference samples

Suggested-by: Thilo Borgmann <thilo.borgmann@mail.de>
Reviewed-by: Thilo Borgmann <thilo.borgmann@mail.de>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/internal.h

index 5096ffa1d9020b83e1080956284a1083dd8cc585..5f964148fd1af21bb8834e4f2090bc50399ce565 100644 (file)
@@ -83,7 +83,7 @@
 #define FF_QSCALE_TYPE_H264  2
 #define FF_QSCALE_TYPE_VP56  3
 
-#define FF_SANE_NB_CHANNELS 256U
+#define FF_SANE_NB_CHANNELS 512U
 
 #define FF_SIGNBIT(x) ((x) >> CHAR_BIT * sizeof(x) - 1)