[FFmpeg-devel] [PATCH] Removed debug message in the probe function of bit demuxer.

fenrir at elivagar.org fenrir at elivagar.org
Sun Sep 25 00:11:10 CEST 2011


From: Laurent Aimar <fenrir at videolan.org>

---
 libavformat/bit.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavformat/bit.c b/libavformat/bit.c
index ad55a55..2cec5e9 100644
--- a/libavformat/bit.c
+++ b/libavformat/bit.c
@@ -12,7 +12,6 @@ static int probe(AVProbeData *p)
 {
     int i;
     i=AV_RL16(&p->buf[0]);
-av_log(NULL, AV_LOG_ERROR, "bit probe: %x\n", i);
     if(i != SYNC_WORD)
         return 0;
 
-- 
1.7.2.5



More information about the ffmpeg-devel mailing list