[FFmpeg-soc] [soc]: r2793 - aac/aac.c
superdump
subversion at mplayerhq.hu
Tue Jul 15 15:53:04 CEST 2008
Author: superdump
Date: Tue Jul 15 15:53:04 2008
New Revision: 2793
Log:
Reindent
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Tue Jul 15 15:53:04 2008
@@ -923,7 +923,7 @@ static av_cold int aac_decode_init(AVCod
352);
#ifdef AAC_LTP
- ff_mdct_init(ac->mdct_ltp, 11, 0);
+ ff_mdct_init(ac->mdct_ltp, 11, 0);
#endif /* AAC_LTP */
#ifdef AAC_SSR
if (ac->audioObjectType == AOT_AAC_SSR) {
@@ -2332,7 +2332,7 @@ static av_cold int aac_decode_close(AVCo
ff_mdct_end(&ac->mdct);
ff_mdct_end(&ac->mdct_small);
#ifdef AAC_LTP
- ff_mdct_end(ac->mdct_ltp);
+ ff_mdct_end(ac->mdct_ltp);
#endif /* AAC_LTP */
av_freep(&ac->interleaved_output);
return 0 ;
More information about the FFmpeg-soc
mailing list