Mercurial > mplayer.hg
annotate libmpdemux/mf.h @ 6446:5238266d8b34
better wording mentioned by "DEBERT Jean-Louis" <jl_debert@rsd-intl.com>
on -users
author | attila |
---|---|
date | Sun, 16 Jun 2002 11:24:49 +0000 (2002-06-16) |
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 |