OSDN Git Service

clarify FIXME
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 17 Dec 2007 18:23:18 +0000 (18:23 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 17 Dec 2007 18:23:18 +0000 (18:23 +0000)
Originally committed as revision 11251 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/wmaenc.c

index e2cdebf..b26abf3 100644 (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);
         }
     }