]> git.sesse.net Git - ffmpeg/commit
avformat/audiointerleave: only keep the retime functionality of the audio interleaver
authorMarton Balint <cus@passwd.hu>
Wed, 25 Mar 2020 22:49:17 +0000 (23:49 +0100)
committerMarton Balint <cus@passwd.hu>
Thu, 7 May 2020 21:12:24 +0000 (23:12 +0200)
commitc5324d92c5f206dcdc2cf93ae237eaa7c1ad0a40
tree53c90e387bcf6ebaf5a311403f30772a0aa0331b
parent2035620b7cc5a3087b4eb632fba188f89af61541
avformat/audiointerleave: only keep the retime functionality of the audio interleaver

And rename it to retimeinterleave, use the pcm_rechunk bitstream filter for
rechunking.

By seperating the two functions we hopefully get cleaner code.

Signed-off-by: Marton Balint <cus@passwd.hu>
configure
libavformat/Makefile
libavformat/audiointerleave.c [deleted file]
libavformat/gxfenc.c
libavformat/mxfenc.c
libavformat/retimeinterleave.c [new file with mode: 0644]
libavformat/retimeinterleave.h [moved from libavformat/audiointerleave.h with 57% similarity]