On Sun, Aug 21, 2016 at 09:55:27AM -0700, Carlos Fernandez Sanz wrote:
> On Sat, Aug 20, 2016 at 11:47 AM, Michael Niedermayer
> wrote:
>
> > dts are decode timestamps, that is for video thats when a packet
>
> OK, something like this?
>
> +AV_CODEC_ID_SCTE_35,/**< Contain no valid time sta
On Sat, Aug 20, 2016 at 11:47 AM, Michael Niedermayer
wrote:
> dts are decode timestamps, that is for video thats when a packet
OK, something like this?
+AV_CODEC_ID_SCTE_35,/**< Contain no valid time stamp in DTS PTS
of avpacket, avpacket data contain time stamp
+
On Sat, Aug 20, 2016 at 10:04:15AM -0700, Carlos Fernandez Sanz wrote:
> On Fri, Aug 19, 2016 at 11:48 AM, Michael Niedermayer
> wrote:
>
> > can you document in a comment briefly what is in the AVPackets
> > for most codecs that is clear, SCTE-35 is maybe a bit special
> > also what the dts/pts
On Fri, Aug 19, 2016 at 11:48 AM, Michael Niedermayer
wrote:
> can you document in a comment briefly what is in the AVPackets
> for most codecs that is clear, SCTE-35 is maybe a bit special
> also what the dts/pts values of teh AVPackets mean
Really don't know what kind of comments or where to a
On Fri, Aug 19, 2016 at 10:45:27AM -0700, Carlos Fernandez Sanz wrote:
> From: Carlos Fernandez
>
> Signed-off-by: Carlos Fernandez
> ---
> libavcodec/avcodec.h| 1 +
> libavcodec/codec_desc.c | 6 ++
> 2 files changed, 7 insertions(+)
>
> diff --git a/libavcodec/avcodec.h b/libavcodec
From: Carlos Fernandez
Signed-off-by: Carlos Fernandez
---
libavcodec/avcodec.h| 1 +
libavcodec/codec_desc.c | 6 ++
2 files changed, 7 insertions(+)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 6ac6646..6cdb579 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avco