[MPlayer-cvslog] r22231 - in trunk/libass: ass_render.c ass_utils.h

Evgeniy Stepanov eugeni.stepanov at gmail.com
Sat Mar 3 09:13:18 CET 2007


On Saturday 03 March 2007 09:35, Uoti Urpala wrote:
> On Sat, 2007-03-03 at 08:15 +0200, Uoti Urpala wrote:
> >                 shift.x = (pen.x + 32) & 63;
> >                 shift.y = (pen.y + 32) & 63;
> > seems to fix it.
>
> Though I suppose either shift.x = ((pen.x + 32) & 63)-32 or changing the
> pos.x assignment back to truncation would be more correct...

You are right.  "pos.x = pen.x >> 6" was supposed to be truncation.



More information about the MPlayer-cvslog mailing list