view mplayer.h @ 6508:3dcf7fe14bd3

J¸«ärgen Hammelmann: I put a new option "-mpgonly" to the script, for those, who only want to create an mpeg 1/2 file.
author atmos4
date Sat, 22 Jun 2002 23:49:50 +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