Mercurial > mplayer.hg
annotate libmpdemux/mf.h @ 5909:adc04b7ed226
OpenBSD patch - by Bj«Órn Sandell <biorn@dce.chalmers.se>
author | arpi |
---|---|
date | Mon, 29 Apr 2002 21:42:36 +0000 |
parents | cf2882606e72 |
children | 8780415baa87 |
rev | line source |
---|---|
4549 | 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; | |
5352
cf2882606e72
Fileslist support for mf demuxer, delemited by ',' and change mf fps to float.
atmos4
parents:
4549
diff
changeset
|
8 extern float mf_fps; |
4549 | 9 extern char * mf_type; |
10 | |
11 typedef struct | |
12 { | |
13 int nr_of_files; | |
14 char ** names; | |
15 } mf_t; | |
16 | |
5352
cf2882606e72
Fileslist support for mf demuxer, delemited by ',' and change mf fps to float.
atmos4
parents:
4549
diff
changeset
|
17 #endif |