summaryrefslogtreecommitdiffstats
path: root/sub/img_convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/img_convert.h')
-rw-r--r--sub/img_convert.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sub/img_convert.h b/sub/img_convert.h
index a0020df497..bf228a1f65 100644
--- a/sub/img_convert.h
+++ b/sub/img_convert.h
@@ -10,9 +10,6 @@ struct mp_rect;
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_ass_to_rgba(struct osd_conv_cache *c, struct sub_bitmaps *imgs);
// Sub postprocessing
void mp_blur_rgba_sub_bitmap(struct sub_bitmap *d, double gblur);
bool osd_scale_rgba(struct osd_conv_cache *c, struct sub_bitmaps *imgs);