[SCM] libav/experimental: clarify FIXME

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:10:33 UTC 2013


The following commit has been merged in the experimental branch:
commit 5492209aa9b26773e7a5fdad0995196ffb2dff53
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Dec 17 18:23:18 2007 +0000

    clarify FIXME
    
    Originally committed as revision 11251 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/wmaenc.c b/libavcodec/wmaenc.c
index e2cdebf..b26abf3 100644
--- a/libavcodec/wmaenc.c
+++ b/libavcodec/wmaenc.c
@@ -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);
         }
     }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list