summaryrefslogtreecommitdiffstats
path: root/libvo/vo_vesa.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_vesa.c')
-rw-r--r--libvo/vo_vesa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c
index 0d6dd029e2..e4b78c3496 100644
--- a/libvo/vo_vesa.c
+++ b/libvo/vo_vesa.c
@@ -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 @@ static void flip_page(void)
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);
}