summaryrefslogtreecommitdiffstats
path: root/libvo/vo_sdl.c
diff options
context:
space:
mode:
authoratmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-03 21:02:46 +0000
committeratmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-03 21:02:46 +0000
commitfb101ef867f9e486cd84f7cee90897b1a6f00e89 (patch)
tree18f9a9a26bdba4814cf5adcc867f86f1b4149cd0 /libvo/vo_sdl.c
parent65d4a56dca8906669e3074db05952321aa073dcc (diff)
downloadmpv-fb101ef867f9e486cd84f7cee90897b1a6f00e89.tar.bz2
mpv-fb101ef867f9e486cd84f7cee90897b1a6f00e89.tar.xz
Changed to only uninit SDL Video Subsystem.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@974 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_sdl.c')
-rw-r--r--libvo/vo_sdl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_sdl.c b/libvo/vo_sdl.c
index 893aa2d3fd..27a7a87150 100644
--- a/libvo/vo_sdl.c
+++ b/libvo/vo_sdl.c
@@ -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 */