mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-20 06:20:40 +00:00
Remove unused variable.
Originally committed as revision 9868 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
037df60e05
commit
319919734d
@ -830,7 +830,7 @@ static void joint_decode(COOKContext *q, float* mlt_buffer1,
|
||||
int i,j;
|
||||
int decouple_tab[SUBBAND_SIZE];
|
||||
float *decode_buffer = q->decode_buffer_0;
|
||||
int idx, cpl_tmp,tmp_idx;
|
||||
int idx, cpl_tmp;
|
||||
float f1,f2;
|
||||
float* cplscale;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user