summaryrefslogtreecommitdiffstats
path: root/demux/mf.c
diff options
context:
space:
mode:
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);