]> git.sesse.net Git - vlc/commitdiff
* modules/video_output/directx/directx.c: removed debug message.
authorGildas Bazin <gbazin@videolan.org>
Sun, 12 Sep 2004 20:32:08 +0000 (20:32 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 12 Sep 2004 20:32:08 +0000 (20:32 +0000)
modules/video_output/directx/directx.c

index 392474e6aa09818e789bfbd67e77beb93b4019df..ed1c73f18b58d62bd2270716355d278488002b5e 100644 (file)
@@ -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 )
         {