view mplayer.h @ 5928:48e91dc9534b

.raw width>=65536 support by Georgi Georgiev <chutz@chubaka.homeip.net>
author arpi
date Thu, 02 May 2002 01:56:28 +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