summaryrefslogtreecommitdiffstats
path: root/libass/ass_cache_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_cache_template.h')
-rw-r--r--libass/ass_cache_template.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libass/ass_cache_template.h b/libass/ass_cache_template.h
index 8d182ad..f335c6b 100644
--- a/libass/ass_cache_template.h
+++ b/libass/ass_cache_template.h
@@ -108,8 +108,10 @@ START(composite, composite_hash_key)
GENERIC(int, ay)
GENERIC(int, bx)
GENERIC(int, by)
- BITMAPHASHKEY(a)
- BITMAPHASHKEY(b)
+ GENERIC(int, as)
+ GENERIC(int, bs)
+ GENERIC(unsigned char *, a)
+ GENERIC(unsigned char *, b)
END(CompositeHashKey)