From 7e75f061825dd29059ae3110814c8e424aa1e2e2 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 9 Oct 2011 22:47:35 +0200 Subject: [PATCH] Be less verbose about continuity check errors. --- libavformat/mpegts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 02f0d56e5a..7b4771b4e9 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) {