summaryrefslogtreecommitdiffstats
path: root/demux/mf.c
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 /demux/mf.c
parentfd5207f56d13f70a7750ac457dc5efdb514d9845 (diff)
downloadmpv-099cdbf019424b6096aebd45b8ca68bc29068e70.tar.bz2
mpv-099cdbf019424b6096aebd45b8ca68bc29068e70.tar.xz
demux_mf: remove global option variables
Diffstat (limited to 'demux/mf.c')
-rw-r--r--demux/mf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/demux/mf.c b/demux/mf.c
index 173593f167..5edc98043a 100644
--- a/demux/mf.c
+++ b/demux/mf.c
@@ -34,9 +34,6 @@
#include "mf.h"
-double mf_fps = 1.0;
-char *mf_type = NULL; //"jpg";
-
static void mf_add(mf_t *mf, const char *fname)
{
char *entry = talloc_strdup(mf, fname);