[vlc-devel] commit: ADD: added a directx debug statement (basos G )
    git version control 
    git at videolan.org
       
    Fri Mar  6 10:24:21 CET 2009
    
    
  
vlc | branch: master | basos G <noxelia 4t gmail , com> | Thu Feb 26 15:07:31 2009 +0200| [7fc010891dfbd2492af299acbc4f0d79063d0bce] | committer: Jean-Baptiste Kempf 
ADD: added a directx debug statement
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7fc010891dfbd2492af299acbc4f0d79063d0bce
---
 modules/video_output/msw/directx.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/video_output/msw/directx.c b/modules/video_output/msw/directx.c
index 737074c..122877f 100644
--- a/modules/video_output/msw/directx.c
+++ b/modules/video_output/msw/directx.c
@@ -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 );
     }
 
    
    
More information about the vlc-devel
mailing list