summaryrefslogtreecommitdiff
path: root/libavcodec/g729dec.c
diff options
context:
space:
mode:
authorVladimir Voroshilov <voroshil@gmail.com>2009-06-13 00:06:13 +0700
committerMichael Niedermayer <michaelni@gmx.at>2011-09-24 21:10:59 +0200
commitcd3e2820d38790da71911669fe75a6e2f0e6fb03 (patch)
treef8bf940a0fd9027317cba20fc407693ab776a781 /libavcodec/g729dec.c
parent388f22556111bd0b13fbb30e4162695dd067db0e (diff)
Indentation fix in LSF
Diffstat (limited to 'libavcodec/g729dec.c')
-rw-r--r--libavcodec/g729dec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/g729dec.c b/libavcodec/g729dec.c
index 08ce3a7212..7305ebb4af 100644
--- a/libavcodec/g729dec.c
+++ b/libavcodec/g729dec.c
@@ -258,9 +258,9 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size,
lsf_restore_from_previous(ctx->lsfq, ctx->past_quantizer_outputs,
ctx->ma_predictor_prev);
else {
- lsf_decode(ctx->lsfq, ctx->past_quantizer_outputs,
- ma_predictor,
- quantizer_1st, quantizer_2nd_lo, quantizer_2nd_hi);
+ lsf_decode(ctx->lsfq, ctx->past_quantizer_outputs,
+ ma_predictor,
+ quantizer_1st, quantizer_2nd_lo, quantizer_2nd_hi);
ctx->ma_predictor_prev = ma_predictor;
}