Re: [FFmpeg-devel] [PATCH] avcodec/flac: critical fix

2022-09-04 Thread Leo Izen
On 9/4/22 14:54, Paul B Mahol wrote: Another critical fix for decoder. ___ 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 w

[FFmpeg-devel] [PATCH] avcodec/flac: critical fix

2022-09-04 Thread Paul B Mahol
Another critical fix for decoder. From e61c05f721eee756739ba7cd864486ea9704b3c9 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 4 Sep 2022 20:50:16 +0200 Subject: [PATCH] avcodec/flac: smallest frame is 10 bytes Fixes #9270 Signed-off-by: Paul B Mahol --- libavcodec/flac.h| 2 +- li