Commit 4137f4c1 authored by banan's avatar banan

Add max allowed subpackets in multichannel cook

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17991 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2cea51d6
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
#define MC_COOK 0x2000000 //multichannel Cook, not supported #define MC_COOK 0x2000000 //multichannel Cook, not supported
#define SUBBAND_SIZE 20 #define SUBBAND_SIZE 20
#define MAX_SUBPACKETS 5
//#define COOKDEBUG //#define COOKDEBUG
typedef struct { typedef struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment