view mplayer.h @ 6233:e2f1b1b8f8b4

8bit 'twos' S8 pcm audio support - fixes MOTI1E.MOV
author arpi
date Thu, 30 May 2002 00:40:55 +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