summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-10 22:48:11 +0200
committerwm4 <wm4@nowhere>2014-06-11 00:39:13 +0200
commit099cdbf019424b6096aebd45b8ca68bc29068e70 (patch)
treee30cfd0d250eb93c4390de94a182ef99943fdf7e /options/options.h
parentfd5207f56d13f70a7750ac457dc5efdb514d9845 (diff)
downloadmpv-099cdbf019424b6096aebd45b8ca68bc29068e70.tar.bz2
mpv-099cdbf019424b6096aebd45b8ca68bc29068e70.tar.xz
demux_mf: remove global option variables
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index cc57795446..dbddd52c4d 100644
--- a/options/options.h
+++ b/options/options.h
@@ -253,6 +253,9 @@ typedef struct MPOpts {
int bluray_angle;
char *bluray_device;
+ double mf_fps;
+ char *mf_type;
+
struct lavc_param {
int fast;
int show_all;