diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2009-03-15 19:34:52 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2009-03-15 19:34:52 +0000 |
commit | 0eec287596effa74e3d688e49762c7402a8969d6 (patch) | |
tree | ffde9b8851bc00035210474aa231caa4f31f73dd /libavcodec/cook.c | |
parent | 3cf6adaf64b67a746b58480dbe7e8376181195cf (diff) | |
download | ffmpeg-0eec287596effa74e3d688e49762c7402a8969d6.tar.gz |
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.c | 1 |
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 { |