1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 00:02:13 +00:00

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

View File

@ -12,7 +12,7 @@
TODO: TODO:
- hw YUV support (need volunteers who have corresponding hardware) - hw YUV support (need volunteers who have corresponding hardware)
- triple buffering (if it will really speedup playback). - 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) - refresh rate support (need additional info from mplayer)
*/ */
#include <stdio.h> #include <stdio.h>
@ -328,7 +328,7 @@ static void flip_page(void)
if((err=vbeSetDisplayStart(multi_buff[multi_idx],1)) != VBE_OK) if((err=vbeSetDisplayStart(multi_buff[multi_idx],1)) != VBE_OK)
{ {
vesa_term(); vesa_term();
PRINT_VBE_ERR("vbeSetDispayStart",err); PRINT_VBE_ERR("vbeSetDisplayStart",err);
printf("vo_vesa: Fatal error occured! Can't continue\n"); printf("vo_vesa: Fatal error occured! Can't continue\n");
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }