On Sat, Dec 5, 2020 at 11:44 PM Michael Niedermayer <mich...@niedermayer.cc> wrote: > > On Sat, Dec 05, 2020 at 11:41:23AM +0100, Hendrik Leppkes wrote: > > The decoders in this set either have a fixed channel count, or read it > > from the bitstream, and thus do not require the channel count as > > external information. > > > > Fixes various regressions since > > 81503ac58a763a36b1f57264013b1e76acb62b68, which requires a valid channel > > count for decoders which do not set this capability. > > patch probably ok > > its a bit concerning that all these where missed by fate though >
I primarily noticed this with pcm-bluray, which is in mpeg-ts and thus has no container-level headers to fill in the missing information. Not sure if we simply don't have that in FATE. But any other of these codecs could theoretically suffer from this if container info is missing, or avcodec is not fed the information by eg. an API user. - Hendrik _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".