From 12081d05997a32e018f22c03c02a7cc9ee4d2640 Mon Sep 17 00:00:00 2001 From: Vladimir Voroshilov Date: Sat, 27 Jun 2009 02:16:31 +0700 Subject: [PATCH] Indentation fix 2 --- libavcodec/g729dec.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/g729dec.c b/libavcodec/g729dec.c index 04b6f54ec92..cc1948b2f87 100644 --- a/libavcodec/g729dec.c +++ b/libavcodec/g729dec.c @@ -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); -- 2.39.5