Update of /cvsroot/mplayer/main/libvo In directory mail:/var/tmp.root/cvs-serv11030 Modified Files: vo_vesa.c Log Message: multiple preinit support -- cleaning vidix_name between the multiple preinits. Patch by Aurlien JACOBS <aurel@gnuage.org> Index: vo_vesa.c =================================================================== RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- vo_vesa.c 23 Feb 2003 22:05:55 -0000 1.88 +++ vo_vesa.c 21 Mar 2003 16:32:53 -0000 1.89 @@ -436,6 +436,10 @@ { 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; }
participants (1)
-
Alex Beregszaszi