view mplayer.h @ 6578:3727eb94a783

use unified yuv2rgb init {RGB,BGR}{1,4,8,15,16,24,32} output supported
author michael
date Thu, 27 Jun 2002 18:00:47 +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