]> git.sesse.net Git - ffmpeg/commit
avformat: implement retiming directly in mxfenc and gxfenc
authorMarton Balint <cus@passwd.hu>
Mon, 27 Apr 2020 22:39:40 +0000 (00:39 +0200)
committerMarton Balint <cus@passwd.hu>
Thu, 7 May 2020 21:12:24 +0000 (23:12 +0200)
commit8360fd26105f58fbec9fb8edeaa5755160c9994f
tree4daf815e8f267048d8f070e9c3f3023f0fd80f67
parentc5324d92c5f206dcdc2cf93ae237eaa7c1ad0a40
avformat: implement retiming directly in mxfenc and gxfenc

Generic retime functionality is replaced by a few lines of code directly in the
muxers which used it, which seems a lot easier to understand and this way the
retiming is not dependant of the input durations.

Also remove retimeinterleave, since it is not used by anything anymore.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/Makefile
libavformat/gxfenc.c
libavformat/mxfenc.c
libavformat/retimeinterleave.c [deleted file]
libavformat/retimeinterleave.h [deleted file]