Mercurial > mplayer.hg
view mplayer.h @ 6027:7c26ef54ff14
fixed sdl+resample bug coused by float point to int rounding error
author | iive |
---|---|
date | Thu, 09 May 2002 07:41:25 +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