[MPlayer-cvslog] r28469 - trunk/libvo/vo_direct3d.c

gogothebee subversion at mplayerhq.hu
Thu Feb 5 10:07:59 CET 2009


Author: gogothebee
Date: Thu Feb  5 10:07:58 2009
New Revision: 28469

Log:
Avoid message spam during video adapter uncooperative state.

Modified:
   trunk/libvo/vo_direct3d.c

Modified: trunk/libvo/vo_direct3d.c
==============================================================================
--- trunk/libvo/vo_direct3d.c	Thu Feb  5 10:06:09 2009	(r28468)
+++ trunk/libvo/vo_direct3d.c	Thu Feb  5 10:07:58 2009	(r28469)
@@ -382,7 +382,7 @@ static int change_d3d_backbuffer(back_bu
                                        D3DDEVTYPE_HAL, vo_w32_window,
                                        D3DCREATE_SOFTWARE_VERTEXPROCESSING,
                                        &present_params, &priv->d3d_device))) {
-            mp_msg(MSGT_VO, MSGL_ERR,
+            mp_msg(MSGT_VO, MSGL_V,
                    "<vo_direct3d>Creating Direct3D device failed.\n");
         return 0;
     }



More information about the MPlayer-cvslog mailing list