[vlc-devel] commit: Partial revert of debug that was never meant to be pushed. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Jan 16 19:30:50 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan 16 19:30:31 2010 +0100| [881e8e56d53b11519b311a778326565c20e0d619] | committer: Jean-Baptiste Kempf 

Partial revert of debug that was never meant to be pushed.

Sorry

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=881e8e56d53b11519b311a778326565c20e0d619
---

 modules/codec/avcodec/video.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/codec/avcodec/video.c b/modules/codec/avcodec/video.c
index eb7b068..5788436 100644
--- a/modules/codec/avcodec/video.c
+++ b/modules/codec/avcodec/video.c
@@ -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 );
 




More information about the vlc-devel mailing list