[MPlayer-dev-eng] [PATCH] cropdetect

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Tue Aug 10 15:59:56 CEST 2004


Hi,
>      x=(vf->priv->x1+1)&(~1);
>      y=(vf->priv->y1+1)&(~1);

This code seems to make sure that x and y are divisible by two 
(important for those YUV formats!). You should modify your code to keep 
this behaviour. Or should they be divisible by a different rounding 
number (the same doesn't make sense IMHO).

Greetings,
Reimar Döffinger




More information about the MPlayer-dev-eng mailing list