comparison libmpdemux/mf.h @ 4549:d5c91be7f9c9

add mfi support
author pontscho
date Wed, 06 Feb 2002 19:23:49 +0000
parents
children cf2882606e72
comparison
equal deleted inserted replaced
4548:59a90d0d662d 4549:d5c91be7f9c9
1
2 #ifndef _MF_H
3 #define _MF_H
4
5 extern int mf_support;
6 extern int mf_w;
7 extern int mf_h;
8 extern int mf_fps;
9 extern char * mf_type;
10
11 typedef struct
12 {
13 int nr_of_files;
14 char ** names;
15 } mf_t;
16
17 #endif