summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2007-08-04 15:01:21 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2007-08-04 15:01:21 +0000
commit5e61de0cc1020737aeb7e774ba7a9f06aba7d918 (patch)
tree4b0b51050b0e528675ab1abda31e03038d08c7da /libavcodec
parent75b9b0369b97b154bf6c196bc899d54b4ce734c8 (diff)
there are only 4 rematrixing bands
Originally committed as revision 9908 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/ac3dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c
index bf6f0066bd..63dbbd38cb 100644
--- a/libavcodec/ac3dec.c
+++ b/libavcodec/ac3dec.c
@@ -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];