mirror of https://github.com/mpv-player/mpv
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:
parent
680578839d
commit
ff0c8c1e35
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue