view mplayer.h @ 6189:838380d56166

vfw huffyuv is said to be buggy
author arpi
date Sat, 25 May 2002 13:30:54 +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