[Ffmpeg-cvslog] r6813 - trunk/libavcodec/eval.c

Oded Shimon ods15
Sat Oct 28 08:46:13 CEST 2006


On Sat, Oct 28, 2006 at 12:16:26AM +0200, michael wrote:
[..]
>                  case e_div: return e->value * (d / d2);
>                  case e_add: return e->value * (d + d2);
> +                case e_last:return d2;

I'm fairly sure there should be an 'e->value *' here... try the expression 
'5;-2'

- ods15




More information about the ffmpeg-cvslog mailing list