diff options
Diffstat (limited to 'sub/img_convert.h')
-rw-r--r-- | sub/img_convert.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sub/img_convert.h b/sub/img_convert.h index 5dc7fc2e90..85ba5bb828 100644 --- a/sub/img_convert.h +++ b/sub/img_convert.h @@ -12,9 +12,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_idx_to_rgba_str(struct osd_conv_cache *c, struct sub_bitmaps *imgs); bool osd_conv_ass_to_rgba(struct osd_conv_cache *c, struct sub_bitmaps *imgs); -bool osd_conv_ass_to_rgba_str(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); |