Author: superdump
Date: Tue Aug 12 18:03:36 2008
New Revision: 3197

Log:
Reindent


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c   (original)
+++ aac/aac.c   Tue Aug 12 18:03:36 2008
@@ -1119,7 +1119,7 @@ static int decode_cpe(AACContext * ac, G
     if (common_window && ms_present)
         apply_mid_side_stereo(cpe);
 
-        apply_intensity_stereo(cpe, ms_present);
+    apply_intensity_stereo(cpe, ms_present);
     return 0;
 }
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to