Mercurial > mplayer.hg
changeset 23012:62f3785870c2
Cosmetics: reindentation.
author | eugeni |
---|---|
date | Fri, 20 Apr 2007 22:51:19 +0000 |
parents | 365eef1fc4f0 |
children | 7eb66492a37d |
files | libass/ass_render.c |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/libass/ass_render.c Fri Apr 20 22:49:48 2007 +0000 +++ b/libass/ass_render.c Fri Apr 20 22:51:19 2007 +0000 @@ -408,13 +408,13 @@ 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); } }