view mplayer.h @ 6079:5929fcf6c672

better gif89 detection by pl <p_l@gmx.fr>, based on patch by Joey Parrish <joey@yunamusic.com>
author arpi
date Mon, 13 May 2002 20:52:10 +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