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

Laurent Aimar git at videolan.org
Sun Sep 25 01:13:22 CEST 2011


ffmpeg | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Sep 25 00:11:10 2011 +0200| [3b26daedd8271286967481a499b061b0ba8aa9a6] | committer: Michael Niedermayer

Removed debug message in the probe function of bit demuxer.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3b26daedd8271286967481a499b061b0ba8aa9a6
---

 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;
 



More information about the ffmpeg-cvslog mailing list