[XviD-devel] [BUG] small one

Michael Militzer michael at xvid.org
Fri Sep 5 13:05:12 CEST 2003


Quoting Edouard Gomez <ed.gomez at free.fr>:

> Just to mention a bug.
> 
> If i diff old tree and new tree i have this:
> +   if(data->qpel_precision)
> +       second_best.x *= 2; second_best.y *= 2;
> 
> Which is in fact:
>    if(data->qpel_precision)
>        second_best.x *= 2;
> 
>     second_best.y *= 2;
> 
> I doubt this is expected behavior, michael commit the fix if i'm right
> please.

oops, you're right. I committed a fix. That happens when you upload the
'final', cleaned-up version without testing. - Hope this was the only
problem...

bye,
Michael


More information about the XviD-devel mailing list