]> git.sesse.net Git - ffmpeg/commit
avformat/mxfdec: remove check for NULL MXFTrack in mxf_set_pts
authorMarton Balint <cus@passwd.hu>
Wed, 30 May 2018 23:32:29 +0000 (01:32 +0200)
committerMarton Balint <cus@passwd.hu>
Fri, 8 Jun 2018 21:20:27 +0000 (23:20 +0200)
commitd48fb904fa8189abef3108ddc36e575e805ee47e
tree1cdcec676aed4f6b462e4810c9758c0430116755
parent5d3f78383e0e20cdf50a74a78f6174410c1fb564
avformat/mxfdec: remove check for NULL MXFTrack in mxf_set_pts

It cannot happen for video streams.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/mxfdec.c