Minor notes

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2693 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nick 2001-11-04 18:04:45 +00:00
parent 1a10521a2c
commit 4db20c913d
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}