1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

there are only 4 rematrixing bands

Originally committed as revision 9908 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Justin Ruggles 2007-08-04 15:01:21 +00:00
parent 75b9b0369b
commit 5e61de0cc1

View File

@ -102,7 +102,7 @@ typedef struct {
int cplbndstrc[18];
int rematstr;
int nrematbnd;
int rematflg[AC3_MAX_CHANNELS];
int rematflg[4];
int cplexpstr;
int lfeexpstr;
int chexpstr[5];