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
commit
d49dded591
1 changed files with 1 additions and 1 deletions
  1. +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;



Loading…
Cancel
Save