view libmpdemux/mf.h @ 5791:b584598afac9

changed back to AFMT_AC3 (but now libao2 drivers autodetect it and fallback to S16) - idea by Vincent.Mussard@lineae.net
author arpi
date Mon, 22 Apr 2002 22:34:37 +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