diff libmpdemux/mf.h @ 4549:d5c91be7f9c9

add mfi support
author pontscho
date Wed, 06 Feb 2002 19:23:49 +0000
parents
children cf2882606e72
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libmpdemux/mf.h	Wed Feb 06 19:23:49 2002 +0000
@@ -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