Author: andoma
Date: Tue Feb 26 10:14:11 2008
New Revision: 1925

Log:
remove unused var



Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c   (original)
+++ aac/aac.c   Tue Feb 26 10:14:11 2008
@@ -1894,7 +1894,6 @@ static void ssr_ipqf_tool(AACContext * a
 }
 
 static void ssr_trans(AACContext * ac, sce_struct * sce) {
-    ics_struct * ics = &sce->ics;
     float * in = sce->coeffs;
     DECLARE_ALIGNED_16(float, tmp_buf[512]);
     DECLARE_ALIGNED_16(float, tmp_ret[1024]);
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to