[FFmpeg-soc] [soc]: r2913 - aac/aac.c
superdump
subversion at mplayerhq.hu
Wed Jul 30 13:47:52 CEST 2008
Author: superdump
Date: Wed Jul 30 13:47:52 2008
New Revision: 2913
Log:
Alignment
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Wed Jul 30 13:47:52 2008
@@ -2134,7 +2134,7 @@ static int spectral_to_sample(AACContext
return ret;
}
#endif /* AAC_LTP */
- if( che->ch[0].tns.present)
+ if(che->ch[0].tns.present)
apply_tns(ac, 1, &che->ch[0], che->ch[0].coeffs);
if(che->ch[1].tns.present)
apply_tns(ac, 1, &che->ch[1], che->ch[1].coeffs);
More information about the FFmpeg-soc
mailing list