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

jbr subversion
Sat Aug 4 03:14:14 CEST 2007


Author: jbr
Date: Sat Aug  4 03:14:14 2007
New Revision: 9887

Log:
cosmetics: indentation

Modified:
   trunk/libavcodec/ac3dec.c

Modified: trunk/libavcodec/ac3dec.c
==============================================================================
--- trunk/libavcodec/ac3dec.c	(original)
+++ trunk/libavcodec/ac3dec.c	Sat Aug  4 03:14:14 2007
@@ -491,7 +491,7 @@ static int get_transform_coeffs_ch(AC3De
         tbap = bap[i];
         switch (tbap) {
             case 0:
-                    coeffs[i] = (av_random(&ctx->dith_state) & 0xFFFF) * LEVEL_MINUS_3DB;
+                coeffs[i] = (av_random(&ctx->dith_state) & 0xFFFF) * LEVEL_MINUS_3DB;
                 break;
 
             case 1:




More information about the ffmpeg-cvslog mailing list