Re: [FFmpeg-devel] [PATCH] avformat/argo_brp: remove block_align check for audio

2020-11-04 Thread Zane van Iperen
Causes a divide-by-zero in the rare case where: - the file has an audio stream, - the first audio frame isn't within the first BRP_BASF_LOOKAHEAD frames, - an audio frame is encountered later, and - its chunk header (except num_blocks) contains all zeros (matching the uninitialised structure in

[FFmpeg-devel] [PATCH] avformat/argo_brp: remove block_align check for audio

2020-11-03 Thread Zane van Iperen
Causes a divide-by-zero in the rare case where: - the file has an audio stream, - the first audio frame isn't within the first BRP_BASF_LOOKAHEAD frames, - an audio frame is encountered later, and - its chunk header (except num_blocks) contains all zeros (matching the uninitialised structure in