]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wmaenc.c
Add descriptive long_name to AVCodec
[ffmpeg] / libavcodec / wmaenc.c
index b26abf348cff92d25ef7b555a1d444ba20d8bb07..f2feee2f63a64dfc0445ab35c9208aa847d6045f 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 only set channel_coded when needed, instead of always
+        if ((s->channel_coded[ch]= 1)) { //FIXME only set channel_coded when needed, instead of always
             init_exp(s, ch, fixed_exp);
         }
     }