diff cook.c @ 5448:a8ca6409c0b2 libavcodec

Remove unused variable.
author diego
date Thu, 02 Aug 2007 07:42:06 +0000
parents 20bea6a9950c
children 4be3d4a1c94b
line wrap: on
line diff
--- a/cook.c	Thu Aug 02 01:28:37 2007 +0000
+++ b/cook.c	Thu Aug 02 07:42:06 2007 +0000
@@ -830,7 +830,7 @@
     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;