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

libass/ass_render.c

index c6ed514a202a79687982394a0c34d7c634651a4a..a15638d1b7107f8ead87d2ae17a7bec2a77adab1 100644 (file)
@@ -408,13 +408,13 @@ static ass_image_t* render_text(text_info_t* text_info, int dst_x, int dst_y)
                        if (text_info->glyphs[i].hash_key.frx == 0 &&
                            text_info->glyphs[i].hash_key.fry == 0 &&
                            text_info->glyphs[i].hash_key.frz == 0) {
-                       hash_val.bbox_scaled = text_info->glyphs[i].bbox;
-                       hash_val.bm_o = text_info->glyphs[i].bm_o;
-                       hash_val.bm = text_info->glyphs[i].bm;
-                       hash_val.bm_s = text_info->glyphs[i].bm_s;
-                       hash_val.advance.x = text_info->glyphs[i].advance.x;
-                       hash_val.advance.y = text_info->glyphs[i].advance.y;
-                       cache_add_glyph(&(text_info->glyphs[i].hash_key), &hash_val);
+                               hash_val.bbox_scaled = text_info->glyphs[i].bbox;
+                               hash_val.bm_o = text_info->glyphs[i].bm_o;
+                               hash_val.bm = text_info->glyphs[i].bm;
+                               hash_val.bm_s = text_info->glyphs[i].bm_s;
+                               hash_val.advance.x = text_info->glyphs[i].advance.x;
+                               hash_val.advance.y = text_info->glyphs[i].advance.y;
+                               cache_add_glyph(&(text_info->glyphs[i].hash_key), &hash_val);
                        }
 
                }