[FFmpeg-cvslog] Be less verbose about continuity check errors.

Carl Eugen Hoyos git at videolan.org
Sun Oct 9 23:01:05 CEST 2011


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Oct  9 22:47:35 2011 +0200| [7e75f061825dd29059ae3110814c8e424aa1e2e2] | committer: Carl Eugen Hoyos

Be less verbose about continuity check errors.

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

 libavformat/mpegts.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 02f0d56..7b4771b 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -1327,7 +1327,7 @@ static int handle_packet(MpegTSContext *ts, const uint8_t *packet)
 
     tss->last_cc = cc;
     if (!cc_ok) {
-        av_log(ts->stream, AV_LOG_WARNING,
+        av_log(ts->stream, AV_LOG_DEBUG,
                "Continuity check failed for pid %d expected %d got %d\n",
                pid, expected_cc, cc);
         if(tss->type == MPEGTS_PES) {



More information about the ffmpeg-cvslog mailing list