[Mplayer-cvslog] CVS: main/libvo vo_directx.c,1.14,1.15
Sascha Sommer CVS
faust3 at mplayerhq.hu
Sat Mar 29 20:58:46 CET 2003
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv28347/libvo
Modified Files:
vo_directx.c
Log Message:
10l: don't change image format during config
Index: vo_directx.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_directx.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- vo_directx.c 19 Mar 2003 15:28:11 -0000 1.14
+++ vo_directx.c 29 Mar 2003 19:58:36 -0000 1.15
@@ -1100,7 +1100,8 @@
if (!nooverlay && Directx_CreateOverlay(image_format))
{
nooverlay=1; /*overlay creation failed*/
- mp_msg(MSGT_VO, MSGL_V,"<vo_directx><WARN>can't use overlay mode => switching to nonoverlay\n");
+ mp_msg(MSGT_VO, MSGL_FATAL,"<vo_directx><FATAL ERROR>can't use overlay mode: please use -vo directx:noaccel\n");
+ return 1;
}
if(nooverlay)
{
More information about the MPlayer-cvslog
mailing list