summaryrefslogtreecommitdiffstats
path: root/libmpdemux/mf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/mf.h')
-rw-r--r--libmpdemux/mf.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/libmpdemux/mf.h b/libmpdemux/mf.h
new file mode 100644
index 0000000000..69f3400766
--- /dev/null
+++ b/libmpdemux/mf.h
@@ -0,0 +1,17 @@
+
+#ifndef _MF_H
+#define _MF_H
+
+extern int mf_support;
+extern int mf_w;
+extern int mf_h;
+extern int mf_fps;
+extern char * mf_type;
+
+typedef struct
+{
+ int nr_of_files;
+ char ** names;
+} mf_t;
+
+#endif \ No newline at end of file