Commit 7fc01089 authored by basos G's avatar basos G Committed by Jean-Baptiste Kempf

ADD: added a directx debug statement

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 81280de6
...@@ -457,6 +457,7 @@ static int Init( vout_thread_t *p_vout ) ...@@ -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 */ /* If it still didn't work then don't try to use an overlay */
p_vout->output.i_chroma = i_chroma_backup; p_vout->output.i_chroma = i_chroma_backup;
p_vout->p_sys->b_using_overlay = 0; 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 ); NewPictureVec( p_vout, p_vout->p_picture, MAX_DIRECTBUFFERS );
} }
......
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