mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user