Mercurial > mplayer.hg
annotate libmpdemux/mf.h @ 5400:fe8e63e808b3
fixed -hr-mp3-seek description
author | gabucino |
---|---|
date | Sat, 30 Mar 2002 07:58:22 +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 |