You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Indentation fix in LSF
This commit is contained in:
committed by
Michael Niedermayer
parent
388f225561
commit
cd3e2820d3
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user