Commit 4920a1a9 authored by Vladimir Voroshilov's avatar Vladimir Voroshilov Committed by Michael Niedermayer

Indentation fix after gain codes decoding2

parent 0b42463a
...@@ -433,10 +433,10 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, ...@@ -433,10 +433,10 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size,
gain_corr_factor >>= 1; gain_corr_factor >>= 1;
#endif #endif
} else { } else {
ctx->past_gain_pitch[0] = cb_gain_1st_8k[gc_1st_index][0] + ctx->past_gain_pitch[0] = cb_gain_1st_8k[gc_1st_index][0] +
cb_gain_2nd_8k[gc_2nd_index][0]; cb_gain_2nd_8k[gc_2nd_index][0];
gain_corr_factor = cb_gain_1st_8k[gc_1st_index][1] + gain_corr_factor = cb_gain_1st_8k[gc_1st_index][1] +
cb_gain_2nd_8k[gc_2nd_index][1]; cb_gain_2nd_8k[gc_2nd_index][1];
} }
/* Decode the fixed-codebook gain. */ /* Decode the fixed-codebook gain. */
......
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