summaryrefslogtreecommitdiffstats
path: root/libass/ass_func_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_func_template.h')
-rw-r--r--libass/ass_func_template.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libass/ass_func_template.h b/libass/ass_func_template.h
index 6c72021a..0eccdfb7 100644
--- a/libass/ass_func_template.h
+++ b/libass/ass_func_template.h
@@ -33,10 +33,10 @@ void DECORATE(fill_generic_tile32)(uint8_t *buf, ptrdiff_t stride,
void DECORATE(add_bitmaps)(uint8_t *dst, intptr_t dst_stride,
uint8_t *src, intptr_t src_stride,
- intptr_t height, intptr_t width);
+ intptr_t width, intptr_t height);
void DECORATE(sub_bitmaps)(uint8_t *dst, intptr_t dst_stride,
uint8_t *src, intptr_t src_stride,
- intptr_t height, intptr_t width);
+ intptr_t width, intptr_t height);
void DECORATE(mul_bitmaps)(uint8_t *dst, intptr_t dst_stride,
uint8_t *src1, intptr_t src1_stride,
uint8_t *src2, intptr_t src2_stride,