summaryrefslogtreecommitdiffstats
path: root/libass/ass_bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_bitmap.h')
-rw-r--r--libass/ass_bitmap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libass/ass_bitmap.h b/libass/ass_bitmap.h
index e21d100..90973e0 100644
--- a/libass/ass_bitmap.h
+++ b/libass/ass_bitmap.h
@@ -102,7 +102,9 @@ bool ass_realloc_bitmap(const BitmapEngine *engine, Bitmap *bm, int32_t w, int32
bool ass_copy_bitmap(const BitmapEngine *engine, Bitmap *dst, const Bitmap *src);
void ass_free_bitmap(Bitmap *bm);
-bool ass_outline_to_bitmap(ASS_Renderer *render_priv, Bitmap *bm,
+struct render_context;
+
+bool ass_outline_to_bitmap(struct render_context *state, Bitmap *bm,
ASS_Outline *outline1, ASS_Outline *outline2);
void ass_synth_blur(const BitmapEngine *engine, Bitmap *bm,