CVS: main/libvo vo_dxr2.c,1.1,1.2
13 May
2002
13 May
'02
9:31 a.m.
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 {
8583
Age (days ago)
8583
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alban Bedel CVS