Re: [FFmpeg-devel] [PATCH 1/4] avformat/audiointerleave: Check before dereferencing

2020-01-26 Thread Michael Niedermayer
On Sun, Jan 26, 2020 at 11:38:17AM +0100, Paul B Mahol wrote: > lgtm will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Concerning the gods, I have no means of knowing whether they exist or not or of what sort they may be, because of the obscurity o

Re: [FFmpeg-devel] [PATCH 1/4] avformat/audiointerleave: Check before dereferencing

2020-01-26 Thread Paul B Mahol
lgtm On 1/26/20, Andreas Rheinhardt wrote: > In order to use ff_audio_rechunk_interleave() (a special interleavement > function for situations where the ordinary "interleave by dts" is not > appropriate), the AVStreams must have private data and this private data > must begin with an AudioInterle

[FFmpeg-devel] [PATCH 1/4] avformat/audiointerleave: Check before dereferencing

2020-01-26 Thread Andreas Rheinhardt
In order to use ff_audio_rechunk_interleave() (a special interleavement function for situations where the ordinary "interleave by dts" is not appropriate), the AVStreams must have private data and this private data must begin with an AudioInterleaveContext which contains a fifo that may need to be