view libmpdemux/mf.h @ 4904:36aa273ca3ea

Added BGR32 output support to PNG vo target because, hey, why not? Besides, it helps me debug PPC stuff.
author melanson
date Fri, 01 Mar 2002 04:17:05 +0000
parents d5c91be7f9c9
children cf2882606e72
line wrap: on
line source


#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