Commit 98487b37 authored by Gildas Bazin's avatar Gildas Bazin

* modules/video_output/directx/directx.c: removed debug message.

parent 0811bcbb
......@@ -1837,8 +1837,10 @@ static int DirectXLockSurface( vout_thread_t *p_vout, picture_t *p_pic )
dxresult = IDirectDrawSurface2_Lock( p_pic->p_sys->p_surface, NULL,
&p_pic->p_sys->ddsd,
DDLOCK_WAIT, NULL);
#if 0
if( dxresult == DDERR_SURFACELOST )
msg_Dbg( p_vout, "DirectXLockSurface: DDERR_SURFACELOST" );
#endif
}
if( dxresult != DD_OK )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment