[FFmpeg-devel] [PATCH v4 7/8] avformat: implement retiming directly in mxfenc and gxfenc

Tomas Härdin tjoppen at acc.umu.se
Mon May 4 11:15:30 EEST 2020


tis 2020-04-28 klockan 19:37 +0200 skrev Marton Balint:
> 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.
> 
> Signed-off-by: Marton Balint <cus at passwd.hu>
> ---
>  libavformat/Makefile |  4 ++--
>  libavformat/gxfenc.c | 21 ++++++++++++++-------
>  libavformat/mxfenc.c | 14 +++++++++-----
>  3 files changed, 25 insertions(+), 14 deletions(-)

Wups, I missed that this is part of a larger patchset. Looks trivial
enough

/Tomas



More information about the ffmpeg-devel mailing list