[FFmpeg-soc] [soc]: r4529 - wmapro/wma3dec.c
faust3
subversion at mplayerhq.hu
Wed Jun 24 21:38:31 CEST 2009
Author: faust3
Date: Wed Jun 24 21:38:31 2009
New Revision: 4529
Log:
remove empty line to clarify that the preceding comment belongs to
the following code
Modified:
wmapro/wma3dec.c
Modified: wmapro/wma3dec.c
==============================================================================
--- wmapro/wma3dec.c Wed Jun 24 21:31:52 2009 (r4528)
+++ wmapro/wma3dec.c Wed Jun 24 21:38:31 2009 (r4529)
@@ -440,7 +440,6 @@ static av_cold int decode_init(AVCodecCo
}
/** calculate subwoofer cutoff values */
-
for (i=0;i< s->num_possible_block_sizes;i++) {
int block_size = s->samples_per_frame / (1 << i);
int cutoff = ceil(block_size * 440.0
More information about the FFmpeg-soc
mailing list