[FFmpeg-cvslog] r17991 - trunk/libavcodec/cook.c

banan subversion
Sun Mar 15 20:34:52 CET 2009


Author: banan
Date: Sun Mar 15 20:34:52 2009
New Revision: 17991

Log:
Add max allowed subpackets in multichannel cook

Modified:
   trunk/libavcodec/cook.c

Modified: trunk/libavcodec/cook.c
==============================================================================
--- trunk/libavcodec/cook.c	Sun Mar 15 18:20:24 2009	(r17990)
+++ trunk/libavcodec/cook.c	Sun Mar 15 20:34:52 2009	(r17991)
@@ -61,6 +61,7 @@
 #define MC_COOK         0x2000000   //multichannel Cook, not supported
 
 #define SUBBAND_SIZE    20
+#define MAX_SUBPACKETS   5
 //#define COOKDEBUG
 
 typedef struct {




More information about the ffmpeg-cvslog mailing list