Remove unused variable j.

Originally committed as revision 20398 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Michael Niedermayer 15 years ago
parent 2a472e9c5d
commit d49dded591
  1. 2
      libavcodec/dca.c

@ -752,7 +752,7 @@ static void qmf_32_subbands(DCAContext * s, int chans,
float scale, float bias) float scale, float bias)
{ {
const float *prCoeff; const float *prCoeff;
int i, j; int i;
int subindex; int subindex;

Loading…
Cancel
Save