Remove unused variable j.
Originally committed as revision 20398 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user