summaryrefslogtreecommitdiff
path: root/libavcodec/cook.c
diff options
context:
space:
mode:
authorBenjamin Larsson <banan@ludd.ltu.se>2009-03-15 19:34:52 +0000
committerBenjamin Larsson <banan@ludd.ltu.se>2009-03-15 19:34:52 +0000
commit0eec287596effa74e3d688e49762c7402a8969d6 (patch)
treeffde9b8851bc00035210474aa231caa4f31f73dd /libavcodec/cook.c
parent3cf6adaf64b67a746b58480dbe7e8376181195cf (diff)
Add max allowed subpackets in multichannel cook
Originally committed as revision 17991 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cook.c')
-rw-r--r--libavcodec/cook.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/cook.c b/libavcodec/cook.c
index 92e2be4c4c..1c1bf72c62 100644
--- a/libavcodec/cook.c
+++ b/libavcodec/cook.c
@@ -61,6 +61,7 @@
#define MC_COOK 0x2000000 //multichannel Cook, not supported
#define SUBBAND_SIZE 20
+#define MAX_SUBPACKETS 5
//#define COOKDEBUG
typedef struct {