From e42a194062cb29e538f19d12902c1610c1b30aef Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 13 Mar 2018 12:34:26 +0100 Subject: vo: move display-fps internal option value to VO opts Removes the awkward notification through VO_EVENT_WIN_STATE. Unfortunately, some awkwardness remains in mp_property_display_fps(), because the property has conflicting semantics with the option. --- options/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 303b2e5761..ac852b6484 100644 --- a/options/options.h +++ b/options/options.h @@ -50,6 +50,7 @@ typedef struct mp_vo_opts { char *mmcss_profile; + double override_display_fps; double timing_offset; // vo_drm @@ -224,7 +225,6 @@ typedef struct MPOpts { int autosync; int frame_dropping; int video_latency_hacks; - double frame_drop_fps; int term_osd; int term_osd_bar; char *term_osd_bar_chars; -- cgit v1.2.3