summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-04 18:04:45 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-04 18:04:45 +0000
commit4db20c913deefb4129d6edc00144b7fad0db5741 (patch)
tree1dc43df111d5e4e4ab0bc2152476d2963669d23b /libvo
parent1a10521a2cf484bb3ac5186c87aa38289b2d74f0 (diff)
downloadmpv-4db20c913deefb4129d6edc00144b7fad0db5741.tar.bz2
mpv-4db20c913deefb4129d6edc00144b7fad0db5741.tar.xz
Minor notes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2693 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-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);
}