diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-12-17 18:23:18 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-12-17 18:23:18 +0000 |
commit | 5492209aa9b26773e7a5fdad0995196ffb2dff53 (patch) | |
tree | 18e871989c689f322cf7a93b11b2d38162c7019e /libavcodec/wmaenc.c | |
parent | 841f39a7f3b7ea7091d33785b395606ca5150b07 (diff) | |
download | ffmpeg-5492209aa9b26773e7a5fdad0995196ffb2dff53.tar.gz |
clarify FIXME
Originally committed as revision 11251 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wmaenc.c')
-rw-r--r-- | libavcodec/wmaenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wmaenc.c b/libavcodec/wmaenc.c index e2cdebf228..b26abf348c 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); } } |