]> git.sesse.net Git - ffmpeg/commitdiff
Indentation fix 2
authorVladimir Voroshilov <voroshil@gmail.com>
Fri, 26 Jun 2009 19:16:31 +0000 (02:16 +0700)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 24 Sep 2011 19:11:00 +0000 (21:11 +0200)
libavcodec/g729dec.c

index 04b6f54ec929f06c956857abd7c6b944bb445e6d..cc1948b2f878ae371696cd47a3cdbb52d84a9765 100644 (file)
@@ -426,10 +426,10 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size,
 
             /* Decode the fixed-codebook gain. */
             ctx->past_gain_code[0] = ff_acelp_decode_gain_code(&ctx->dsp, gain_corr_factor,
-                                                       fc, MR_ENERGY,
-                                                       ctx->quant_energy,
-                                                       ma_prediction_coeff,
-                                                       SUBFRAME_SIZE, 4);
+                                                               fc, MR_ENERGY,
+                                                               ctx->quant_energy,
+                                                               ma_prediction_coeff,
+                                                               SUBFRAME_SIZE, 4);
         }
         ff_acelp_update_past_gain(ctx->quant_energy, gain_corr_factor, 2, frame_erasure);