mirror of https://git.ffmpeg.org/ffmpeg.git
Add max allowed subpackets in multichannel cook
Originally committed as revision 17991 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3cf6adaf64
commit
0eec287596
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue