mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
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:
parent
65d4a56dca
commit
fb101ef867
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user