From 0eec287596effa74e3d688e49762c7402a8969d6 Mon Sep 17 00:00:00 2001 From: Benjamin Larsson Date: Sun, 15 Mar 2009 19:34:52 +0000 Subject: [PATCH] Add max allowed subpackets in multichannel cook Originally committed as revision 17991 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cook.c | 1 + 1 file changed, 1 insertion(+) 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 {