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

Uoti Urpala uoti.urpala at pp1.inet.fi
Sat Mar 3 07:35:18 CET 2007


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...




More information about the MPlayer-cvslog mailing list