vo_uninit fixed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6016 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-05-08 19:21:36 +00:00
parent 53dd3f5605
commit b5322c7eb8
1 changed files with 3 additions and 1 deletions

View File

@ -354,7 +354,9 @@ void uninit_player(unsigned int mask){
void exit_player(char* how){
uninit_player(INITED_ALL);
vo_uninit();
#ifdef X11_FULLSCREEN
vo_uninit(); // close the X11 connection (if any opened)
#endif
current_module="exit_player";