diff options
author | atmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-03 21:02:46 +0000 |
---|---|---|
committer | atmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-03 21:02:46 +0000 |
commit | fb101ef867f9e486cd84f7cee90897b1a6f00e89 (patch) | |
tree | 18f9a9a26bdba4814cf5adcc867f86f1b4149cd0 /libvo | |
parent | 65d4a56dca8906669e3074db05952321aa073dcc (diff) |
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')
-rw-r--r-- | libvo/vo_sdl.c | 4 |
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 */ |