]> git.sesse.net Git - vlc/commitdiff
Remove debug (tip: put debug messages in spanish, they're easier to grep
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 4 Jun 2008 23:31:23 +0000 (01:31 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 4 Jun 2008 23:31:23 +0000 (01:31 +0200)
for in english code)

src/video_output/video_output.c

index f3961a4efb4f9514d6e412e5dbab916c4e42b5cd..786569adb82bad3c3577d1df1733824411d09a69 100644 (file)
@@ -675,8 +675,6 @@ static int InitThread( vout_thread_t *p_vout )
         p_chroma->fmt_out.video.i_lgshift = p_vout->output.i_lgshift;
         p_chroma->fmt_out.video.i_rbshift = p_vout->output.i_rbshift;
         p_chroma->fmt_out.video.i_lbshift = p_vout->output.i_lbshift;
-        msg_Err( p_vout, "HOLA! %4.4s", (char*)&p_chroma->fmt_in.video.i_chroma );
-        msg_Err( p_vout, "HOLA! %4.4s", (char*)&p_chroma->fmt_out.video.i_chroma );
         p_chroma->p_module = module_Need( p_chroma, "video filter2", NULL, 0 );
 
         if( p_chroma->p_module == NULL )