view mplayer.h @ 5980:3b078401d610

3dnow temporal denoiser bugfix by Rmi Guyomarch <rguyom@pobox.com>
author michael
date Sun, 05 May 2002 11:08:59 +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