changeset 2692:b8e628b7a029

Minor notes
author nick
date Sun, 04 Nov 2001 18:04:45 +0000
parents 94ff61cdde93
children 1a8e5e017b1d
files libvo/vo_vesa.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_vesa.c	Sun Nov 04 17:46:27 2001 +0000
+++ b/libvo/vo_vesa.c	Sun Nov 04 18:04:45 2001 +0000
@@ -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);
     }