summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-04 16:07:42 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-04 16:07:42 +0000
commitc796e21e3c24ce96766b6009c64a570a0f3dcce2 (patch)
tree70205f4521ccb74f7a099e092ebf3d3879c177f9 /libvo
parentc179597c823a4d7cfb74220646339f07db59acbc (diff)
downloadmpv-c796e21e3c24ce96766b6009c64a570a0f3dcce2.tar.bz2
mpv-c796e21e3c24ce96766b6009c64a570a0f3dcce2.tar.xz
don't fatal if saving vesa state failed (this always fails on qemu, with this patch vesa now works under qemu)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21818 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_vesa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c
index ea240abd5d..5408a8a0a8 100644
--- a/libvo/vo_vesa.c
+++ b/libvo/vo_vesa.c
@@ -924,7 +924,6 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
if((err=vbeSaveState(&init_state)) != VBE_OK)
{
PRINT_VBE_ERR("vbeSaveState",err);
- return -1;
}
/* TODO: