Re: [FFmpeg-devel] [PATCH] libavformat/mux: Fix audio_preload

2019-06-26 Thread Michael Niedermayer
On Mon, Jun 24, 2019 at 11:16:18PM +0200, Andreas Rheinhardt wrote: > Commit 31f9032b added the audio_preload feature; its goal is to > interleave audio earlier than the rest. Unfortunately, it has never ever > worked, because the check for whether a packet should be interleaved > before or after

[FFmpeg-devel] [PATCH] libavformat/mux: Fix audio_preload

2019-06-24 Thread Andreas Rheinhardt
Commit 31f9032b added the audio_preload feature; its goal is to interleave audio earlier than the rest. Unfortunately, it has never ever worked, because the check for whether a packet should be interleaved before or after another packet was completely wrong: When audio_preload vanishes,

Re: [FFmpeg-devel] [PATCH] libavformat/mux: Fix audio_preload

2019-06-22 Thread Michael Niedermayer
On Fri, Jun 21, 2019 at 06:51:54PM +0200, Andreas Rheinhardt wrote: > Commit 31f9032b added the audio_preload feature; its goal is to > interleave audio earlier than the rest. Unfortunately, it has never ever > worked, because the check for whether a packet should be interleaved > before or after

[FFmpeg-devel] [PATCH] libavformat/mux: Fix audio_preload

2019-06-21 Thread Andreas Rheinhardt
Commit 31f9032b added the audio_preload feature; its goal is to interleave audio earlier than the rest. Unfortunately, it has never ever worked, because the check for whether a packet should be interleaved before or after another packet was completely wrong: When audio_preload vanishes,