Mercurial > libavcodec.hg
changeset 6035:4de95581b38a libavcodec
clarify FIXME
author | michael |
---|---|
date | Mon, 17 Dec 2007 18:23:18 +0000 |
parents | 72bb141d9c05 |
children | ce3b68242317 |
files | wmaenc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/wmaenc.c Mon Dec 17 17:41:24 2007 +0000 +++ b/wmaenc.c Mon Dec 17 18:23:18 2007 +0000 @@ -178,7 +178,7 @@ } 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); } }