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_state.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sub/osd_state.h') diff --git a/sub/osd_state.h b/sub/osd_state.h index 55e484e3e0..01546d7c6f 100644 --- a/sub/osd_state.h +++ b/sub/osd_state.h @@ -52,8 +52,6 @@ struct osd_state { struct osd_object *objs[MAX_OSD_PARTS]; - double vo_pts; - bool render_subs_in_filter; bool want_redraw; -- cgit v1.2.3