Commit 5492209a authored by Michael Niedermayer's avatar Michael Niedermayer

clarify FIXME

Originally committed as revision 11251 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 841f39a7
...@@ -178,7 +178,7 @@ static int encode_block(WMACodecContext *s, float (*src_coefs)[BLOCK_MAX_SIZE], ...@@ -178,7 +178,7 @@ static int encode_block(WMACodecContext *s, float (*src_coefs)[BLOCK_MAX_SIZE],
} }
for(ch = 0; ch < s->nb_channels; ch++) { for(ch = 0; ch < s->nb_channels; ch++) {
if (s->channel_coded[ch]= 1) { //FIXME if (s->channel_coded[ch]= 1) { //FIXME only set channel_coded when needed, instead of always
init_exp(s, ch, fixed_exp); init_exp(s, ch, fixed_exp);
} }
} }
......
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