On 9/8/11 11:58 AM, [email protected] wrote:
From: Aviad Rozenhek<[email protected]>

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

diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 6ac7cd3..dac5903 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -1293,7 +1293,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, "Continuity Check Failed\n");
+        av_log(ts->stream, AV_LOG_WARNING, "Continuity Check Failed 
[pid=%d]\n", pid);
          if(tss->type == MPEGTS_PES) {
              PESContext *pc = tss->u.pes_filter.opaque;
              pc->flags |= AV_PKT_FLAG_CORRUPT;

Seems ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to