Re: [FFmpeg-devel] [PATCH V1] lavf/mov: fix fMP4 tfdt box lead to dts reset issue

2019-08-13 Thread myp...@gmail.com
On Tue, Aug 13, 2019 at 7:08 PM Carl Eugen Hoyos wrote: > > Am Di., 13. Aug. 2019 um 12:36 Uhr schrieb Jun Zhao : > > > > From: Jun Zhao > > > > In fMP4 format, traf maybe have zero or more trun box, in this case, > > we just used tfdt as dts once. The sample layout like this: > > > > [moof]

Re: [FFmpeg-devel] [PATCH V1] lavf/mov: fix fMP4 tfdt box lead to dts reset issue

2019-08-13 Thread Carl Eugen Hoyos
Am Di., 13. Aug. 2019 um 12:36 Uhr schrieb Jun Zhao : > > From: Jun Zhao > > In fMP4 format, traf maybe have zero or more trun box, in this case, > we just used tfdt as dts once. The sample layout like this: > > [moof] size=8+1392 > [mfhd] size=12+4 > sequence number = 29 > [traf]

[FFmpeg-devel] [PATCH V1] lavf/mov: fix fMP4 tfdt box lead to dts reset issue

2019-08-13 Thread Jun Zhao
From: Jun Zhao In fMP4 format, traf maybe have zero or more trun box, in this case, we just used tfdt as dts once. The sample layout like this: [moof] size=8+1392 [mfhd] size=12+4 sequence number = 29 [traf] size=8+1368 [tfhd] size=12+16, flags=20038 track ID = 1 default