view mplayer.h @ 6000:34e396477d36

passthru mode for filters which don't alter image just config parameters (query_format/control/config)
author arpi
date Mon, 06 May 2002 22:48:22 +0000
parents 60cf2bca993f
children cf2c2b92d1a7
line wrap: on
line source


#ifndef __MPLAYER_MAIN
#define __MPLAYER_MAIN

extern int use_gui;
extern char* current_module;
extern int fullscreen;

extern void exit_player(char* how);

#endif