[FFmpeg-cvslog] r15012 - trunk/libavcodec/ac3dec.c

jbr subversion
Fri Aug 29 01:16:21 CEST 2008


Author: jbr
Date: Fri Aug 29 01:16:21 2008
New Revision: 15012

Log:
cosmetics: indentation

Modified:
   trunk/libavcodec/ac3dec.c

Modified: trunk/libavcodec/ac3dec.c
==============================================================================
--- trunk/libavcodec/ac3dec.c	(original)
+++ trunk/libavcodec/ac3dec.c	Fri Aug 29 01:16:21 2008
@@ -599,7 +599,7 @@ static void decode_transform_coeffs(AC3D
     }
 
     /* if any channel doesn't use dithering, zero appropriate coefficients */
-        remove_dithering(s);
+    remove_dithering(s);
 }
 
 /**




More information about the ffmpeg-cvslog mailing list