summaryrefslogtreecommitdiffstats
path: root/libmpdemux/mf.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-06 19:23:49 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-02-06 19:23:49 +0000
commitba906db03ad1d8d073ca5d252d0fac667d864fb2 (patch)
treee26dfabdbb4ba294925c0f1c280071311046299d /libmpdemux/mf.h
parentd9cd7968bfbded9b78d9a37f4191da9105a284e4 (diff)
downloadmpv-ba906db03ad1d8d073ca5d252d0fac667d864fb2.tar.bz2
mpv-ba906db03ad1d8d073ca5d252d0fac667d864fb2.tar.xz
add mfi support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4550 b3059339-0415-0410-9bf9-f77b7e298cf2
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