comparison cook.c @ 9175:da3196ebcf99 libavcodec

Add max allowed subpackets in multichannel cook
author banan
date Sun, 15 Mar 2009 19:34:52 +0000
parents 4d8d8fe29d4d
children e353d3a41e0b
comparison
equal deleted inserted replaced
9174:4d8d8fe29d4d 9175:da3196ebcf99
59 #define STEREO 0x1000002 59 #define STEREO 0x1000002
60 #define JOINT_STEREO 0x1000003 60 #define JOINT_STEREO 0x1000003
61 #define MC_COOK 0x2000000 //multichannel Cook, not supported 61 #define MC_COOK 0x2000000 //multichannel Cook, not supported
62 62
63 #define SUBBAND_SIZE 20 63 #define SUBBAND_SIZE 20
64 #define MAX_SUBPACKETS 5
64 //#define COOKDEBUG 65 //#define COOKDEBUG
65 66
66 typedef struct { 67 typedef struct {
67 int *now; 68 int *now;
68 int *previous; 69 int *previous;