Indentation fix 2

This commit is contained in:
Vladimir Voroshilov 2009-06-27 02:16:31 +07:00 committed by Michael Niedermayer
parent f7980a7bed
commit 12081d0599
1 changed files with 4 additions and 4 deletions

View 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);