[MPlayer-cvslog] r23030 - trunk/libass/ass_render.c
eugeni
subversion at mplayerhq.hu
Sat Apr 21 00:51:19 CEST 2007
Author: eugeni
Date: Sat Apr 21 00:51:19 2007
New Revision: 23030
Modified:
trunk/libass/ass_render.c
Log:
Cosmetics: reindentation.
Modified: trunk/libass/ass_render.c
==============================================================================
--- trunk/libass/ass_render.c (original)
+++ trunk/libass/ass_render.c Sat Apr 21 00:51:19 2007
@@ -408,13 +408,13 @@ static ass_image_t* render_text(text_inf
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);
}
}
More information about the MPlayer-cvslog
mailing list