[FFmpeg-cvslog] Indentation fix in LSF
Vladimir Voroshilov
git at videolan.org
Sat Sep 24 21:17:01 CEST 2011
ffmpeg | branch: master | Vladimir Voroshilov <voroshil at gmail.com> | Sat Jun 13 00:06:13 2009 +0700| [cd3e2820d38790da71911669fe75a6e2f0e6fb03] | committer: Michael Niedermayer
Indentation fix in LSF
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cd3e2820d38790da71911669fe75a6e2f0e6fb03
---
libavcodec/g729dec.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavcodec/g729dec.c b/libavcodec/g729dec.c
index 08ce3a7..7305ebb 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;
}
More information about the ffmpeg-cvslog
mailing list