Mercurial > mplayer.hg
changeset 28434:6d926d2693ec
Avoid message spam during video adapter uncooperative state.
author | gogothebee |
---|---|
date | Thu, 05 Feb 2009 09:07:58 +0000 |
parents | 701150ac1b54 |
children | a54e0ead7e1e |
files | libvo/vo_direct3d.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_direct3d.c Thu Feb 05 09:06:09 2009 +0000 +++ b/libvo/vo_direct3d.c Thu Feb 05 09:07:58 2009 +0000 @@ -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>Creating Direct3D device failed.\n"); return 0; }