On Mon, 3 Oct 2016, Carlos Fernandez Sanz wrote:

From: Carlos Fernandez <car...@ccextractor.org>

Signed-off-by: Carlos Fernandez <car...@ccextractor.org>
---
libavcodec/avcodec.h    | 2 ++
libavcodec/codec_desc.c | 6 ++++++
2 files changed, 8 insertions(+)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index d72ee07..9064006 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -631,6 +631,8 @@ enum AVCodecID {
    AV_CODEC_ID_FIRST_UNKNOWN = 0x18000,           ///< A dummy ID pointing at 
the start of various fake codecs.
    AV_CODEC_ID_TTF = 0x18000,

+    AV_CODEC_ID_SCTE_35,/**< Contain no valid time stamp in DTS PTS of 
avpacket, avpacket data contain time stamp
+                              in scte-35 format which is relative to DTS/PTS 
of video stream */

Is this text still correct? I thought packet timestamps are estimated from the PCR of the program the scte stream is part of, which are relative to the SCTE timestamps in the data part?

Regards,
Marton
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to