[FFmpeg-soc] [soc]: r2521 - aac/aac.c
superdump
subversion at mplayerhq.hu
Sat Jun 21 17:13:30 CEST 2008
Author: superdump
Date: Sat Jun 21 17:13:30 2008
New Revision: 2521
Log:
Indentation
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Sat Jun 21 17:13:30 2008
@@ -1648,7 +1648,7 @@ static void window_ltp_tool(AACContext *
ac->dsp.vector_fmul_reverse(buf + 1024 + 448, in + 1024 + 448, swindow, 128);
memset(buf + 1024 + 576, 0, 448 * sizeof(float));
}
- ff_mdct_calc(ac->mdct_ltp, out, buf, in); // using in as buffer for mdct
+ ff_mdct_calc(ac->mdct_ltp, out, buf, in); // using in as buffer for mdct
}
static void ltp_trans(AACContext * ac, sce_struct * sce) {
More information about the FFmpeg-soc
mailing list