Re: [FFmpeg-devel] [PATCH] libavformat/mov: restore use of mfra time as dts

2020-04-10 Thread Gyan Doshi
On 10-04-2020 09:20 pm, Gyan Doshi wrote: On 10-04-2020 08:04 pm, John Stebbins wrote: On Thu, 2020-04-09 at 10:56 +0530, Gyan Doshi wrote: On 06-04-2020 11:12 pm, John Stebbins wrote: This was inadvertantly removed in 4a9d32baca ---    libavformat/mov.c | 5 +    1 file changed, 5 inse

Re: [FFmpeg-devel] [PATCH] libavformat/mov: restore use of mfra time as dts

2020-04-10 Thread Gyan Doshi
On 10-04-2020 08:04 pm, John Stebbins wrote: On Thu, 2020-04-09 at 10:56 +0530, Gyan Doshi wrote: On 06-04-2020 11:12 pm, John Stebbins wrote: This was inadvertantly removed in 4a9d32baca --- libavformat/mov.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavformat/mov.c b/l

Re: [FFmpeg-devel] [PATCH] libavformat/mov: restore use of mfra time as dts

2020-04-10 Thread John Stebbins
On Thu, 2020-04-09 at 10:56 +0530, Gyan Doshi wrote: > > On 06-04-2020 11:12 pm, John Stebbins wrote: > > This was inadvertantly removed in 4a9d32baca > > --- > > libavformat/mov.c | 5 + > > 1 file changed, 5 insertions(+) > > > > diff --git a/libavformat/mov.c b/libavformat/mov.c > > ind

Re: [FFmpeg-devel] [PATCH] libavformat/mov: restore use of mfra time as dts

2020-04-08 Thread Gyan Doshi
On 06-04-2020 11:12 pm, John Stebbins wrote: This was inadvertantly removed in 4a9d32baca --- libavformat/mov.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 16a40debc7..eee98fb69c 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @

[FFmpeg-devel] [PATCH] libavformat/mov: restore use of mfra time as dts

2020-04-06 Thread John Stebbins
This was inadvertantly removed in 4a9d32baca --- libavformat/mov.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 16a40debc7..eee98fb69c 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -4813,6 +4813,11 @@ static int mov_read_trun(MOVC