Browse Source

clarify FIXME

Originally committed as revision 11251 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 18 years ago
parent
commit
5492209aa9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/wmaenc.c

+ 1
- 1
libavcodec/wmaenc.c View File

@@ -178,7 +178,7 @@ static int encode_block(WMACodecContext *s, float (*src_coefs)[BLOCK_MAX_SIZE],
}

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);
}
}


Loading…
Cancel
Save