summaryrefslogtreecommitdiffstats
path: root/libass/ass_rasterizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_rasterizer.h')
-rw-r--r--libass/ass_rasterizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/ass_rasterizer.h b/libass/ass_rasterizer.h
index f99205b..21c3420 100644
--- a/libass/ass_rasterizer.h
+++ b/libass/ass_rasterizer.h
@@ -56,7 +56,7 @@ typedef struct {
uint8_t *tile;
} RasterizerData;
-bool rasterizer_init(RasterizerData *rst, int tile_order, int outline_error);
+bool rasterizer_init(const BitmapEngine *engine, RasterizerData *rst, int outline_error);
void rasterizer_done(RasterizerData *rst);
/**