[MPlayer-cvslog] r21818 - trunk/libvo/vo_vesa.c
ben
subversion at mplayerhq.hu
Thu Jan 4 17:07:42 CET 2007
Author: ben
Date: Thu Jan 4 17:07:42 2007
New Revision: 21818
Modified:
trunk/libvo/vo_vesa.c
Log:
don't fatal if saving vesa state failed (this always fails on qemu, with this patch vesa now works under qemu)
Modified: trunk/libvo/vo_vesa.c
==============================================================================
--- trunk/libvo/vo_vesa.c (original)
+++ trunk/libvo/vo_vesa.c Thu Jan 4 17:07:42 2007
@@ -924,7 +924,6 @@
if((err=vbeSaveState(&init_state)) != VBE_OK)
{
PRINT_VBE_ERR("vbeSaveState",err);
- return -1;
}
/* TODO:
More information about the MPlayer-cvslog
mailing list