This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
there are only 4 rematrixing bands
Originally committed as revision 9908 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Justin Ruggles
18 years ago
parent
75b9b0369b
commit
5e61de0cc1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/ac3dec.c
+ 1
- 1
libavcodec/ac3dec.c
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];
Write
Preview
Loading…
Cancel
Save