]> granicus.if.org Git - libass/commitdiff
Cosmetics: reindentation.
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>
Fri, 20 Apr 2007 23:12:19 +0000 (23:12 +0000)
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>
Fri, 20 Apr 2007 23:12:19 +0000 (23:12 +0000)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23042 b3059339-0415-0410-9bf9-f77b7e298cf2

libass/ass_render.c

index 486b58ea14a592b0d88ca74a2e5ba7b8daeda183..81ab61ce6e09303d0d60b7d572f72e4525505133 100644 (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);
                        }
                }
        }