Changed to only uninit SDL Video Subsystem.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@974 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmosfear 2001-06-03 21:02:46 +00:00
parent 65d4a56dca
commit fb101ef867
1 changed files with 2 additions and 2 deletions

View File

@ -449,8 +449,8 @@ static int sdl_close (void)
/* DONT attempt to free the fullscreen modes array. SDL_Quit* does this for us */
/* Cleanup SDL */
SDL_Quit();
//SDL_QuitSubSystem(SDL_INIT_VIDEO);
//SDL_Quit();
SDL_QuitSubSystem(SDL_INIT_VIDEO);
/* might have to be changed to quitsubsystem only, if plugins become
* changeable on the fly */