Avoid message spam during video adapter uncooperative state.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28469 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gogothebee 2009-02-05 09:07:58 +00:00
parent 680578839d
commit ff0c8c1e35
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ static int change_d3d_backbuffer(back_buffer_action_e action)
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;
}