[Ffmpeg-cvslog] r6813 - trunk/libavcodec/eval.c
Oded Shimon
ods15
Sat Oct 28 10:03:57 CEST 2006
On Sat, Oct 28, 2006 at 08:46:13AM +0200, Oded Shimon wrote:
> 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'
I was almost right, '-(1;2)'
- ods15
More information about the ffmpeg-cvslog
mailing list