[Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.36,1.37
    Nick Kurshev 
    nick at mplayer.dev.hu
       
    Sun Nov  4 19:04:50 CET 2001
    
    
  
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv9391/main/libvo
Modified Files:
	vo_vesa.c 
Log Message:
Minor notes
Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- vo_vesa.c	4 Nov 2001 17:22:22 -0000	1.36
+++ vo_vesa.c	4 Nov 2001 18:04:45 -0000	1.37
@@ -12,7 +12,7 @@
   TODO:
   - hw YUV support (need volunteers who have corresponding hardware)
   - triple buffering (if it will really speedup playback).
-    note: triple buffering requires VBE 3.0.
+    note: triple buffering requires VBE 3.0 - need volunteers.
   - refresh rate support (need additional info from mplayer)
 */
 #include <stdio.h>
@@ -328,7 +328,7 @@
     if((err=vbeSetDisplayStart(multi_buff[multi_idx],1)) != VBE_OK)
     {
       vesa_term();
-      PRINT_VBE_ERR("vbeSetDispayStart",err);
+      PRINT_VBE_ERR("vbeSetDisplayStart",err);
       printf("vo_vesa: Fatal error occured! Can't continue\n");
       exit(EXIT_FAILURE);
     }
    
    
More information about the MPlayer-cvslog
mailing list