summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-03-13 12:34:26 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-03-15 23:13:53 -0700
commite42a194062cb29e538f19d12902c1610c1b30aef (patch)
treea0594d9a300160ad2d8dc270a60ab3e753148122 /options/options.h
parent2c572e2bb1cfa4e225a6a1599f5ecdbcf4bf2dc6 (diff)
downloadmpv-e42a194062cb29e538f19d12902c1610c1b30aef.tar.bz2
mpv-e42a194062cb29e538f19d12902c1610c1b30aef.tar.xz
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.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h2
1 files changed, 1 insertions, 1 deletions
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;