From: banan Date: Sun, 15 Mar 2009 19:34:52 +0000 (+0000) Subject: Add max allowed subpackets in multichannel cook X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/4137f4c1682fb8890f9b9f3bdc704423cf0d1f2f Add max allowed subpackets in multichannel cook git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17991 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/libavcodec/cook.c b/libavcodec/cook.c index 92e2be4c4..1c1bf72c6 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 {