view libmpdemux/mf.h @ 7379:7b3c73a0c2dd

Reconstruct the muting state for the playback from a l/r volume of 0.0. This way the sound card is really silent, when the mute state is toggled in gmplayer.
author jkeil
date Thu, 12 Sep 2002 16:59:11 +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