]> git.sesse.net Git - vlc/commitdiff
ADD: added a directx debug statement
authorbasos G <noxelia 4t gmail , com>
Thu, 26 Feb 2009 13:07:31 +0000 (15:07 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 6 Mar 2009 09:24:10 +0000 (10:24 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/video_output/msw/directx.c

index 737074c2c403a2ef1732972237ae958405e51083..122877f270d6b8ec4f5ccacd735687993c2a60d1 100644 (file)
@@ -457,6 +457,7 @@ static int Init( vout_thread_t *p_vout )
         /* If it still didn't work then don't try to use an overlay */
         p_vout->output.i_chroma = i_chroma_backup;
         p_vout->p_sys->b_using_overlay = 0;
+        msg_Warn( p_vout, "Could not initialize directx overlay" ) ;
         NewPictureVec( p_vout, p_vout->p_picture, MAX_DIRECTBUFFERS );
     }