Cosmetics: reindentation.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23042 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
eugeni 2007-04-20 23:12:19 +00:00
parent b9809c1e13
commit 05739aa046
1 changed files with 4 additions and 4 deletions

View File

@ -1951,11 +1951,11 @@ static int ass_render_event(ass_event_t* event, event_images_t* event_images)
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);
}
}
}