Mercurial > libavcodec.hg
changeset 9870:40638c6c2d69 libavcodec
Fix indentation after the previous commit
author | faust3 |
---|---|
date | Sat, 20 Jun 2009 10:33:18 +0000 |
parents | 1f6b569bf958 |
children | 4433ce8ef249 |
files | wma.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/wma.c Sat Jun 20 10:28:55 2009 +0000 +++ b/wma.c Sat Jun 20 10:33:18 2009 +0000 @@ -483,10 +483,10 @@ } 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 */