[FFmpeg-cvslog] r19233 - trunk/libavcodec/wma.c
faust3
subversion
Sat Jun 20 12:33:19 CEST 2009
Author: faust3
Date: Sat Jun 20 12:33:18 2009
New Revision: 19233
Log:
Fix indentation after the previous commit
Modified:
trunk/libavcodec/wma.c
Modified: trunk/libavcodec/wma.c
==============================================================================
--- trunk/libavcodec/wma.c Sat Jun 20 12:28:55 2009 (r19232)
+++ trunk/libavcodec/wma.c Sat Jun 20 12:33:18 2009 (r19233)
@@ -483,10 +483,10 @@ int ff_wma_run_level_decode(AVCodecConte
} 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 */
More information about the ffmpeg-cvslog
mailing list