Commit 31991973 authored by Diego Biurrun's avatar Diego Biurrun

Remove unused variable.

Originally committed as revision 9868 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 037df60e
...@@ -830,7 +830,7 @@ static void joint_decode(COOKContext *q, float* mlt_buffer1, ...@@ -830,7 +830,7 @@ static void joint_decode(COOKContext *q, float* mlt_buffer1,
int i,j; int i,j;
int decouple_tab[SUBBAND_SIZE]; int decouple_tab[SUBBAND_SIZE];
float *decode_buffer = q->decode_buffer_0; float *decode_buffer = q->decode_buffer_0;
int idx, cpl_tmp,tmp_idx; int idx, cpl_tmp;
float f1,f2; float f1,f2;
float* cplscale; float* cplscale;
......
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