]> git.sesse.net Git - ffmpeg/commit
avformat/mxfdec: fix last packet timestamps
authorMarton Balint <cus@passwd.hu>
Thu, 23 Nov 2017 21:47:22 +0000 (22:47 +0100)
committerMarton Balint <cus@passwd.hu>
Sun, 3 Dec 2017 20:06:47 +0000 (21:06 +0100)
commit5a93a85fd0ad62c6c9cdf69415959f116c015f0e
tree2a380893664dfc2f50bcfb44fe4d65f1dea60246
parent6e3e696591483747d99d7fda8da1b7f1f7932cab
avformat/mxfdec: fix last packet timestamps

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 allow setting the PTS even if we are not sure of the
current edit unit if mxf_set_current_edit_unit returned a specific failure, and
the assumed current edit unit is the last.

Fixes last packet timestamp of:
ffprobe -fflags nofillin -show_packets tests/data/lavf/lavf.mxf -select_streams v

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/mxfdec.c
tests/ref/seek/lavf-mxf_d10