[Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.62,1.63

Nick Kurshev nick at mplayer.dev.hu
Wed Feb 6 17:41:43 CET 2002


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv15674/main/libvo

Modified Files:
	vo_vesa.c 
Log Message:
Correct vesa shutdown on 'config playback' errors

Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- vo_vesa.c	5 Feb 2002 16:43:18 -0000	1.62
+++ vo_vesa.c	6 Feb 2002 16:41:41 -0000	1.63
@@ -826,7 +826,7 @@
 		  {
 		    printf("vo_vesa: Can't initialize VIDIX driver\n");
 		    vidix_name = NULL;
-		    vidix_term();
+		    vesa_term();
 		    return -1;
 		  }
 		  else printf("vo_vesa: Using VIDIX\n");




More information about the MPlayer-cvslog mailing list