Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Voroshilov <voroshil@gmail.com>2009-06-26 23:16:31 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-09-24 23:11:00 +0400
commit12081d05997a32e018f22c03c02a7cc9ee4d2640 (patch)
tree2e6090a331d2c8220ea72c33b424dee479ba3df4 /libavcodec/g729dec.c
parentf7980a7bedd6d0f0404bc3a98120af931c65a5c5 (diff)
Indentation fix 2
Diffstat (limited to 'libavcodec/g729dec.c')
-rw-r--r--libavcodec/g729dec.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/g729dec.c b/libavcodec/g729dec.c
index 04b6f54ec9..cc1948b2f8 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);