Update of /cvsroot/mplayer/0_90/libvo In directory mail:/var/tmp.root/cvs-serv28555/libvo Modified Files: vo_vesa.c Log Message: backport: multiple preinit() support Index: vo_vesa.c =================================================================== RCS file: /cvsroot/mplayer/0_90/libvo/vo_vesa.c,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- vo_vesa.c 29 Jan 2003 23:28:55 -0000 1.86 +++ vo_vesa.c 22 Mar 2003 16:30:36 -0000 1.87 @@ -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; }