Commit c0227ef6 authored by faust3's avatar faust3

Fix indentation after the previous commit

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19233 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 523be496
......@@ -483,10 +483,10 @@ int ff_wma_run_level_decode(AVCodecContext* avctx, GetBitContext* gb,
} else if (code == 0) {
/* escape */
if (!version) {
level = get_bits(gb, coef_nb_bits);
/* NOTE: this is rather suboptimal. reading
block_len_bits would be better */
run = get_bits(gb, frame_len_bits);
level = get_bits(gb, coef_nb_bits);
/* NOTE: this is rather suboptimal. reading
block_len_bits would be better */
run = get_bits(gb, frame_len_bits);
} else {
level = ff_wma_get_large_val(gb);
/** escape decode */
......
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