mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-29 14:30:27 +00:00
Be less verbose about continuity check errors.
This commit is contained in:
parent
397d194e50
commit
7e75f06182
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user