[Mplayer-cvslog] CVS: main/libvo vo_dxr2.c,1.1,1.2
Alban Bedel CVS
albeu at mplayerhq.hu
Mon May 13 15:31:38 CEST 2002
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv22268/libvo
Modified Files:
vo_dxr2.c
Log Message:
10L Crash if no subdriver given and overlay enabled
Index: vo_dxr2.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dxr2.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vo_dxr2.c 13 May 2002 13:15:40 -0000 1.1
+++ vo_dxr2.c 13 May 2002 13:31:35 -0000 1.2
@@ -561,9 +561,9 @@
use_ol = 0;
}
}
-
- if(use_ol && !sub_vo) {
- if(arg)
+
+ if(!sub_vo) {
+ if(use_ol)
mp_msg(MSGT_VO,MSGL_WARN,"VO: [dxr2] Sub driver '%s' not found => no overlay\n",arg);
use_ol = 0;
} else {
More information about the MPlayer-cvslog
mailing list