From 9902ca7c44ef8fdcf6ae10022217fe0a34b823a5 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 3 Dec 2006 09:59:55 +0000 Subject: 100l typo in 21380 disabled OSD with at least xvmc. Patch by Andrew Cohen [cohen bu edu] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21459 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/sub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/sub.c b/libvo/sub.c index c51dbd05cf..3b0edf8bf8 100644 --- a/libvo/sub.c +++ b/libvo/sub.c @@ -1006,7 +1006,7 @@ int vo_osd_check_range_update(int x1,int y1,int x2,int y2){ if(obj->flags&OSDFLAG_VISIBLE){ if( (obj->bbox.x1<=x2 && obj->bbox.x2>=x1) && (obj->bbox.y1<=y2 && obj->bbox.y2>=y1) && - obj->bbox.y2 > obj->bbox.y1 && obj->bbox.x1 > obj->bbox.x2 + obj->bbox.y2 > obj->bbox.y1 && obj->bbox.x2 > obj->bbox.x1 ) return 1; } obj=obj->next; -- cgit v1.2.3