[FFmpeg-cvslog] r11251 - trunk/libavcodec/wmaenc.c
michael
subversion
Mon Dec 17 19:23:19 CET 2007
Author: michael
Date: Mon Dec 17 19:23:18 2007
New Revision: 11251
Log:
clarify FIXME
Modified:
trunk/libavcodec/wmaenc.c
Modified: trunk/libavcodec/wmaenc.c
==============================================================================
--- trunk/libavcodec/wmaenc.c (original)
+++ trunk/libavcodec/wmaenc.c Mon Dec 17 19:23:18 2007
@@ -178,7 +178,7 @@ static int encode_block(WMACodecContext
}
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);
}
}
More information about the ffmpeg-cvslog
mailing list