[MPlayer-cvslog] CVS: main/libvo vo_sdl.c,1.117,1.118

Alex Beregszaszi syncmail at mplayerhq.hu
Sat Jan 22 19:05:10 CET 2005


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv6593

Modified Files:
	vo_sdl.c 
Log Message:
avoid using vo_subdevice

Index: vo_sdl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_sdl.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- vo_sdl.c	28 Oct 2004 01:15:52 -0000	1.117
+++ vo_sdl.c	22 Jan 2005 18:05:07 -0000	1.118
@@ -1601,7 +1601,7 @@
 
     if(verbose > 2) printf("SDL: Opening Plugin\n");
 
-    if(vo_subdevice) setenv("SDL_VIDEODRIVER", vo_subdevice, 1);
+    if(arg) setenv("SDL_VIDEODRIVER", arg, 1);
 
     /* does the user want SDL to try and force Xv */
     if(sdl_forcexv)	setenv("SDL_VIDEO_X11_NODIRECTCOLOR", "1", 1);




More information about the MPlayer-cvslog mailing list