From 22f759c04a27ba5fd329e0b7d09411dcb00bdf7c Mon Sep 17 00:00:00 2001 From: eugeni Date: Tue, 1 May 2007 15:34:08 +0000 Subject: Cosmetics. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23196 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libass/ass_render.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libass/ass_render.c') diff --git a/libass/ass_render.c b/libass/ass_render.c index d877821106..5a1c0e5a19 100644 --- a/libass/ass_render.c +++ b/libass/ass_render.c @@ -1277,10 +1277,10 @@ static void get_bitmap_glyph(glyph_info_t* info) int error; info->bm = info->bm_o = info->bm_s = 0; if (info->glyph && info->symbol != '\n' && info->symbol != 0) { - // calculating shift vector - shift.x = int_to_d6(info->hash_key.shift_x); - shift.y = int_to_d6(info->hash_key.shift_y); - transform_3d(shift, &info->glyph, &info->outline_glyph, info->frx, info->fry, info->frz); + // calculating shift vector + shift.x = int_to_d6(info->hash_key.shift_x); + shift.y = int_to_d6(info->hash_key.shift_y); + transform_3d(shift, &info->glyph, &info->outline_glyph, info->frx, info->fry, info->frz); error = glyph_to_bitmap(ass_renderer->synth_priv, info->glyph, info->outline_glyph, -- cgit v1.2.3