[Mplayer-cvslog] CVS: main/libvo vo_sdl.c,1.38,1.39
Felix Buenemann
atmosfear at users.sourceforge.net
Sun Jun 3 23:02:48 CEST 2001
Update of /cvsroot/mplayer/main/libvo
In directory usw-pr-cvs1:/tmp/cvs-serv16269
Modified Files:
vo_sdl.c
Log Message:
Changed to only uninit SDL Video Subsystem.
Index: vo_sdl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_sdl.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** vo_sdl.c 2001/06/03 00:31:41 1.38
--- vo_sdl.c 2001/06/03 21:02:46 1.39
***************
*** 450,455 ****
/* Cleanup SDL */
! SDL_Quit();
! //SDL_QuitSubSystem(SDL_INIT_VIDEO);
/* might have to be changed to quitsubsystem only, if plugins become
* changeable on the fly */
--- 450,455 ----
/* Cleanup SDL */
! //SDL_Quit();
! SDL_QuitSubSystem(SDL_INIT_VIDEO);
/* might have to be changed to quitsubsystem only, if plugins become
* changeable on the fly */
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list