summaryrefslogtreecommitdiffstats
path: root/libass/ass_cache.h
diff options
context:
space:
mode:
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;