Browse Source

Indentation fix in LSF

tags/n0.9
Vladimir Voroshilov Michael Niedermayer 16 years ago
parent
commit
cd3e2820d3
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libavcodec/g729dec.c

+ 3
- 3
libavcodec/g729dec.c View File

@@ -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;
}



Loading…
Cancel
Save