view libmpdemux/mf.h @ 6537:ae203145245e

yv12 osd drawer is working for y8/y800/yvu9/if09 becouse it uses only Y-plane and Y-plane is the same for all these formats
author alex
date Sun, 23 Jun 2002 19:33:55 +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