view mplayer.h @ 5666:685df37d2c80

Minor patches from Tomi Ollila <Tomi.Ollila@iki.fi>: Now searches first character device in list for default video device. Made all mp_msg() calls to consistently prepend `zr:' to the message. Now first checks whether video device openend before ioctl()s. (and rik added a linefeed to messages missing a linefeed)
author rik
date Wed, 17 Apr 2002 21:28:51 +0000
parents bfc652fc7f43
children 60cf2bca993f
line wrap: on
line source


#ifndef __MPLAYER_MAIN
#define __MPLAYER_MAIN

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

#endif