summaryrefslogtreecommitdiffstats
path: root/libass/ass_cache.h
diff options
context:
space:
mode:
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-16 17:51:07 +0000
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-16 17:51:07 +0000
commita2195cd28f225911941761b9e39fbf5dbe0237ff (patch)
tree29c46271c9c37d6b4c1b171ca4279369939424c1 /libass/ass_cache.h
parent42871d8220fd0b30d710afa41c2c88660a52a78e (diff)
downloadmpv-a2195cd28f225911941761b9e39fbf5dbe0237ff.tar.bz2
mpv-a2195cd28f225911941761b9e39fbf5dbe0237ff.tar.xz
Consistently name z-axis rotation angle "frz".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22232 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libass/ass_cache.h')
-rw-r--r--libass/ass_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/ass_cache.h b/libass/ass_cache.h
index bfc3557142..53b86420bf 100644
--- a/libass/ass_cache.h
+++ b/libass/ass_cache.h
@@ -39,7 +39,7 @@ typedef struct glyph_hash_key_s {
// the following affects bitmap glyphs only
unsigned scale_x, scale_y; // 16.16
- int angle; // signed 16.16
+ int frz; // signed 16.16
FT_Vector advance; // subpixel shift vector
} glyph_hash_key_t;