Mercurial > mplayer.hg
view libmpdemux/mf.h @ 6178:a31bef216c58
Initial cvs release of the porting-status.txt I proposed on dev-eng.
ATTENTION: All PORTERS please add your names/email to the file and add your notes!
Porters without cvs-write-axs please send patches to dev-eng.
author | atmos4 |
---|---|
date | Fri, 24 May 2002 19:21:12 +0000 |
parents | cf2882606e72 |
children | 8780415baa87 |
line wrap: on
line source
#ifndef _MF_H #define _MF_H extern int mf_support; extern int mf_w; extern int mf_h; extern float mf_fps; extern char * mf_type; typedef struct { int nr_of_files; char ** names; } mf_t; #endif