]> git.sesse.net Git - vlc/commitdiff
Partial revert of debug that was never meant to be pushed.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 16 Jan 2010 18:30:31 +0000 (19:30 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 16 Jan 2010 18:30:31 +0000 (19:30 +0100)
Sorry

modules/codec/avcodec/video.c

index eb7b068dbdae80d41e720acb3b6797b322280e8b..578843687a7863f89d90cb4b64df9dc1ea10e6ae 100644 (file)
@@ -825,7 +825,6 @@ static int ffmpeg_OpenCodec( decoder_t *p_dec )
 
     p_sys->b_delayed_open = false;
 
-    msg_Info( p_dec, "Here" );
     if( p_sys->p_va && p_sys->p_va->description )
         msg_Info( p_dec, "Using %s for hardware decoding.", p_sys->p_va->description );