Re: [FFmpeg-devel] [PATCH v2 0/2] avformat/mvdec: make audio stream conditional

2022-01-04 Thread Peter Ross
On Fri, Dec 31, 2021 at 08:11:46PM -0500, John-Paul Stewart wrote: > Changed in v2: > Allocate the audio stream first to maintain consistent behaviour > with prior code. > > Recent discussion on the list led me to realize that libavformat was > unconditionally creating an audio stream for

[FFmpeg-devel] [PATCH v2 0/2] avformat/mvdec: make audio stream conditional

2021-12-31 Thread John-Paul Stewart
Changed in v2: Allocate the audio stream first to maintain consistent behaviour with prior code. Recent discussion on the list led me to realize that libavformat was unconditionally creating an audio stream for all SGI movie format (version 2) files, even when no audio is present in the fi