Commit d49dded5 authored by Michael Niedermayer's avatar Michael Niedermayer

Remove unused variable j.

Originally committed as revision 20398 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2a472e9c
...@@ -752,7 +752,7 @@ static void qmf_32_subbands(DCAContext * s, int chans, ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment