repo.or.cz
/
mplayer
/
glamo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Replace QuickTime.h #include with Carbon.h, which is really needed.
[mplayer/glamo.git]
/
libmpdemux
/
mf.h
blob
fe104f47b39be31504801c9b0a8a8f3d51b0a8b0
1
2
#ifndef MPLAYER_MF_H
3
#define MPLAYER_MF_H
4
5
extern
int
mf_w
;
6
extern
int
mf_h
;
7
extern
double
mf_fps
;
8
extern
char
*
mf_type
;
9
10
typedef
struct
11
{
12
int
curr_frame
;
13
int
nr_of_files
;
14
char
**
names
;
15
}
mf_t
;
16
17
mf_t
*
open_mf
(
char
*
filename
);
18
19
#endif
/* MPLAYER_MF_H */