Mercurial > mplayer.hg
changeset 23024:a66b42eda8e8
Cosmetics: reindentation.
author | eugeni |
---|---|
date | Fri, 20 Apr 2007 23:12:19 +0000 |
parents | 0694bbf7ac84 |
children | ab0943242d1a |
files | libass/ass_render.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libass/ass_render.c Fri Apr 20 23:11:39 2007 +0000 +++ b/libass/ass_render.c Fri Apr 20 23:12:19 2007 +0000 @@ -1951,11 +1951,11 @@ 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); } } }