[Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.91,1.92
Alex Beregszaszi
alex at mplayerhq.hu
Mon Apr 21 18:59:48 CEST 2003
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv1399
Modified Files:
vo_vesa.c
Log Message:
10l fix by Aurelien JACOBS <aurel at gnuage.org>
Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- vo_vesa.c 8 Apr 2003 18:05:41 -0000 1.91
+++ vo_vesa.c 21 Apr 2003 16:59:10 -0000 1.92
@@ -438,10 +438,6 @@
{
uint32_t flags;
flags = 0;
- lvo_name = NULL;
-#ifdef CONFIG_VIDIX
- vidix_name = NULL;
-#endif
if(strcmp(sd,"nodga") == 0) { flags |= SUBDEV_NODGA; flags &= ~(SUBDEV_FORCEDGA); }
else
if(strcmp(sd,"dga") == 0) { flags &= ~(SUBDEV_NODGA); flags |= SUBDEV_FORCEDGA; }
@@ -1024,6 +1020,10 @@
if(verbose > 2)
printf("vo_vesa: subdevice %s is being initialized\n",arg);
subdev_flags = 0;
+ lvo_name = NULL;
+#ifdef CONFIG_VIDIX
+ vidix_name = NULL;
+#endif
if(arg) subdev_flags = parseSubDevice(arg);
if(lvo_name) pre_init_err = vlvo_preinit(lvo_name);
#ifdef CONFIG_VIDIX
More information about the MPlayer-cvslog
mailing list