t it could be ignored, while
keeping AV_EF_EXPLODE enabled for everything else?
Thanks,
Will
On Fri, Sep 9, 2022 at 6:16 PM James Almer wrote:
>
> On 9/9/2022 7:44 PM, Will Cassella wrote:
> > In the case where the FLAC picture MIME type is not understood, fail to
> > parse the
Pinging on this!
On Fri, Sep 9, 2022 at 3:50 PM Will Cassella wrote:
>
> Clang's static analyzer complains that leaving the `channels` variable
> uninitialized could lead to a code path where the uninitialized value is
> written to `par->ch_layout.nb_channels` at the end of t
Clang's static analyzer complains that leaving the `channels` variable
uninitialized could lead to a code path where the uninitialized value is
written to `par->ch_layout.nb_channels` at the end of this function.
This patch simply zero-initializes that variable to avoid that.
Signed-off-
In the case where the FLAC picture MIME type is not understood, fail to
parse the picture silently rather than return AVERROR_INVALIDDATA.
This originated from a bug reported in Chromium: https://crbug.com/1052821
Signed-off-by: Will Cassella
---
libavformat/flac_picture.c | 4
1 file