Remove unused variable j.
Originally committed as revision 20398 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2a472e9c5d
commit
d49dded591
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue