[FFmpeg-cvslog] avcodec/internal: Bump sane_nb_chanels

Michael Niedermayer git at videolan.org
Wed Aug 21 02:23:44 EEST 2019


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Tue Aug 20 16:52:08 2019 +0200| [d7866bf527a94702e0afd5d7c5fc75ab64604adf] | committer: Michael Niedermayer

avcodec/internal: Bump sane_nb_chanels

This allows decoding more als reference samples

Suggested-by: Thilo Borgmann <thilo.borgmann at mail.de>
Reviewed-by: Thilo Borgmann <thilo.borgmann at mail.de>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d7866bf527a94702e0afd5d7c5fc75ab64604adf
---

 libavcodec/internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index 5096ffa1d9..5f964148fd 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -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)
 



More information about the ffmpeg-cvslog mailing list