[MPlayer-dev-eng] [PATCH] Direct3D Avoid message spam
Georgi Petrov
gogothebee at gmail.com
Wed Feb 4 19:23:48 CET 2009
Avoid message spam during video adapter uncooperative state.
-------------- next part --------------
Index: libvo/vo_direct3d.c
===================================================================
--- libvo/vo_direct3d.c (revision 28461)
+++ libvo/vo_direct3d.c (working copy)
@@ -382,7 +382,7 @@
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><INFO>Could not create the D3D device\n");
return 0;
}
More information about the MPlayer-dev-eng
mailing list