Remove unused variable j.

Originally committed as revision 20398 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2009-10-28 14:40:05 +00:00
parent 2a472e9c5d
commit d49dded591

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;