[FFmpeg-soc] [soc]: r1925 - aac/aac.c
andoma
subversion at mplayerhq.hu
Tue Feb 26 10:14:11 CET 2008
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]);
More information about the FFmpeg-soc
mailing list