1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

ADD: added a directx debug statement

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
This commit is contained in:
basos G 2009-02-26 15:07:31 +02:00 committed by Jean-Baptiste Kempf
parent 81280de642
commit 7fc010891d

View 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 );
}