Re: [FFmpeg-devel] [PATCH v2 6/6] avformat/audiointerleave: only keep the retime functionality of the audio interleaver

2020-04-27 Thread Marton Balint
On Sun, 26 Apr 2020, Andreas Rheinhardt wrote: Marton Balint: 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 --- configure

Re: [FFmpeg-devel] [PATCH v2 6/6] avformat/audiointerleave: only keep the retime functionality of the audio interleaver

2020-04-25 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Marton Balint: >> 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 >> --- >> configure

Re: [FFmpeg-devel] [PATCH v2 6/6] avformat/audiointerleave: only keep the retime functionality of the audio interleaver

2020-04-25 Thread Andreas Rheinhardt
Marton Balint: > 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 > --- > configure | 2 + >

[FFmpeg-devel] [PATCH v2 6/6] avformat/audiointerleave: only keep the retime functionality of the audio interleaver

2020-04-18 Thread Marton Balint
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 --- configure | 2 + libavformat/Makefile