Commit cd3e2820 authored by Vladimir Voroshilov's avatar Vladimir Voroshilov Committed by Michael Niedermayer

Indentation fix in LSF

parent 388f2255
...@@ -258,9 +258,9 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, ...@@ -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, lsf_restore_from_previous(ctx->lsfq, ctx->past_quantizer_outputs,
ctx->ma_predictor_prev); ctx->ma_predictor_prev);
else { else {
lsf_decode(ctx->lsfq, ctx->past_quantizer_outputs, lsf_decode(ctx->lsfq, ctx->past_quantizer_outputs,
ma_predictor, ma_predictor,
quantizer_1st, quantizer_2nd_lo, quantizer_2nd_hi); quantizer_1st, quantizer_2nd_lo, quantizer_2nd_hi);
ctx->ma_predictor_prev = ma_predictor; ctx->ma_predictor_prev = ma_predictor;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment