summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2019-08-20 16:52:08 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2019-08-21 01:21:27 +0200
commitd7866bf527a94702e0afd5d7c5fc75ab64604adf (patch)
tree0de42d4b4cf1ce9ac511866d13c505fd080e0942 /libavcodec/internal.h
parentf51e4d026cc762ff2d47d6107658dbff42ba5ea8 (diff)
avcodec/internal: Bump sane_nb_chanels
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>
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r--libavcodec/internal.h2
1 files changed, 1 insertions, 1 deletions
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)