Re: [FFmpeg-devel] [PATCHv2] avformat/mxfdec: fix last packet timestamps

2017-12-03 Thread Marton Balint
On Sat, 2 Dec 2017, Marton Balint wrote: On Fri, 24 Nov 2017, Marton Balint wrote: The current edit unit cannot be reliably determined for the last packet of a video stream, because we can't query the start offset of the next edit unit from the index. This caused missing timestamps for th

Re: [FFmpeg-devel] [PATCHv2] avformat/mxfdec: fix last packet timestamps

2017-12-02 Thread Marton Balint
On Fri, 24 Nov 2017, Marton Balint wrote: The current edit unit cannot be reliably determined for the last packet of a video stream, because we can't query the start offset of the next edit unit from the index. This caused missing timestamps for the last video packet. Therefore from now on, we