view mplayer.h @ 6447:751a5775ac35

direct rendering (hopefully at least, TFM for the video filters is a bit nonexistent or iam just too stupid) ;) uninit
author michael
date Sun, 16 Jun 2002 13:45:52 +0000
parents e9bd97d5c5cc
children f554e7271587
line wrap: on
line source


#ifndef __MPLAYER_MAIN
#define __MPLAYER_MAIN

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

extern void exit_player(char* how);

#endif