mirror of
https://github.com/mpv-player/mpv
synced 2025-01-19 05:41:16 +00:00
ba906db03a
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4550 b3059339-0415-0410-9bf9-f77b7e298cf2
17 lines
212 B
C
17 lines
212 B
C
|
|
#ifndef _MF_H
|
|
#define _MF_H
|
|
|
|
extern int mf_support;
|
|
extern int mf_w;
|
|
extern int mf_h;
|
|
extern int mf_fps;
|
|
extern char * mf_type;
|
|
|
|
typedef struct
|
|
{
|
|
int nr_of_files;
|
|
char ** names;
|
|
} mf_t;
|
|
|
|
#endif |