comparison ac3dec.c @ 5475:aedc8e0ade8c libavcodec

there are only 4 rematrixing bands
author jbr
date Sat, 04 Aug 2007 15:01:21 +0000
parents 3e07472540c6
children e50f0d583a36
comparison
equal deleted inserted replaced
5474:3e07472540c6 5475:aedc8e0ade8c
100 int chincpl[AC3_MAX_CHANNELS]; 100 int chincpl[AC3_MAX_CHANNELS];
101 int phsflginu; 101 int phsflginu;
102 int cplbndstrc[18]; 102 int cplbndstrc[18];
103 int rematstr; 103 int rematstr;
104 int nrematbnd; 104 int nrematbnd;
105 int rematflg[AC3_MAX_CHANNELS]; 105 int rematflg[4];
106 int cplexpstr; 106 int cplexpstr;
107 int lfeexpstr; 107 int lfeexpstr;
108 int chexpstr[5]; 108 int chexpstr[5];
109 int cplsnroffst; 109 int cplsnroffst;
110 int cplfgain; 110 int cplfgain;