[FFmpeg-cvslog] r16251 - trunk/libavcodec/aac.c

superdump subversion
Sun Dec 21 06:32:55 CET 2008


Author: superdump
Date: Sun Dec 21 06:32:55 2008
New Revision: 16251

Log:
AAC: Reindent after last commit


Modified:
   trunk/libavcodec/aac.c

Modified: trunk/libavcodec/aac.c
==============================================================================
--- trunk/libavcodec/aac.c	(original)
+++ trunk/libavcodec/aac.c	Sun Dec 21 06:32:55 2008
@@ -1088,7 +1088,7 @@ static int decode_cpe(AACContext * ac, G
 
     if (common_window) {
         if (ms_present)
-        apply_mid_side_stereo(cpe);
+            apply_mid_side_stereo(cpe);
         if (ac->m4ac.object_type == AOT_AAC_MAIN) {
             apply_prediction(ac, &cpe->ch[0]);
             apply_prediction(ac, &cpe->ch[1]);




More information about the ffmpeg-cvslog mailing list