From 844bba6645864ad2ccd9cc40bab2c4553b50d35b Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 11 Dec 2012 16:24:24 +0100 Subject: sub: add ASS to RGBA conversion This makes implementing new VOs easier, because they don't have to support the ASS format. --- sub/img_convert.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sub/img_convert.h') diff --git a/sub/img_convert.h b/sub/img_convert.h index 2ea17ef889..0a46916f60 100644 --- a/sub/img_convert.h +++ b/sub/img_convert.h @@ -11,6 +11,7 @@ struct osd_conv_cache *osd_conv_cache_new(void); // These functions convert from one OSD format to another. On success, they copy // the converted image data into c, and change imgs to point to the data. bool osd_conv_idx_to_rgba(struct osd_conv_cache *c, struct sub_bitmaps *imgs); +bool osd_conv_ass_to_rgba(struct osd_conv_cache *c, struct sub_bitmaps *imgs); // Sub postprocessing bool osd_conv_blur_rgba(struct osd_conv_cache *c, struct sub_bitmaps *imgs, double gblur); -- cgit v1.2.3