From 716285782d5e4b264e18e253e9d58980183c76c6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 15 Jun 2014 20:46:57 +0200 Subject: video/out: change aspects of OSD handling Let the VOs draw the OSD on their own, instead of making OSD drawing a separate VO driver call. Further, let it be the VOs responsibility to request subtitles with the correct PTS. We also basically allow the VO to request OSD/subtitles at any time. OSX changes untested. --- sub/osd.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sub/osd.h') diff --git a/sub/osd.h b/sub/osd.h index d79f55ae3d..2a5bf71b05 100644 --- a/sub/osd.h +++ b/sub/osd.h @@ -149,9 +149,6 @@ void osd_free(struct osd_state *osd); bool osd_query_and_reset_want_redraw(struct osd_state *osd); -double osd_get_vo_pts(struct osd_state *osd); -void osd_set_vo_pts(struct osd_state *osd, double vo_pts); - void osd_set_text(struct osd_state *osd, int obj, const char *text); struct osd_sub_state { -- cgit v1.2.3