]> granicus.if.org Git - libass/commitdiff
Cosmetics.
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>
Tue, 1 May 2007 15:34:08 +0000 (15:34 +0000)
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>
Tue, 1 May 2007 15:34:08 +0000 (15:34 +0000)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23196 b3059339-0415-0410-9bf9-f77b7e298cf2

libass/ass_render.c

index d877821106ad9a28de3c151a942116104bb09d4b..5a1c0e5a190096dfbfc2eded98aa4e1030e4463b 100644 (file)
@@ -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,