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
Remove unused variable j.
Originally committed as revision 20398 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Michael Niedermayer
16 years ago
parent
2a472e9c5d
commit
d49dded591
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/dca.c
+ 1
- 1
libavcodec/dca.c
View File
@@ -752,7 +752,7 @@ static void qmf_32_subbands(DCAContext * s, int chans,
float scale, float bias)
{
const float *prCoeff;
int i
, j
;
int i;
int subindex;
Write
Preview
Loading…
Cancel
Save