[MPlayer-cvslog] r23042 - trunk/libass/ass_render.c
eugeni
subversion at mplayerhq.hu
Sat Apr 21 01:12:19 CEST 2007
Author: eugeni
Date: Sat Apr 21 01:12:19 2007
New Revision: 23042
Modified:
trunk/libass/ass_render.c
Log:
Cosmetics: reindentation.
Modified: trunk/libass/ass_render.c
==============================================================================
--- trunk/libass/ass_render.c (original)
+++ trunk/libass/ass_render.c Sat Apr 21 01:12:19 2007
@@ -1951,11 +1951,11 @@ static int ass_render_event(ass_event_t*
glyph_info_t* info = text_info.glyphs + i;
if (info->bm == 0) {
- // calculating shift vector
- shift.x = int_to_d6(info->pos.x + device_x - center.x);
- shift.y = - int_to_d6(info->pos.y + device_y - center.y);
+ // calculating shift vector
+ shift.x = int_to_d6(info->pos.x + device_x - center.x);
+ shift.y = - int_to_d6(info->pos.y + device_y - center.y);
- transform_3d(shift, &info->glyph, &info->outline_glyph, info->frx, info->fry, info->frz);
+ transform_3d(shift, &info->glyph, &info->outline_glyph, info->frx, info->fry, info->frz);
}
}
}
More information about the MPlayer-cvslog
mailing list