[FFmpeg-devel] [PATCH 2/2] avcodec/ffv1dec_template: wrap around in fltmap table

2025-03-15 Thread Michael Niedermayer
Avoids out of array access Another solution may be choosen later if something else turns out to fit naturally into the decoder. But for now dont crash Signed-off-by: Michael Niedermayer --- libavcodec/ffv1dec_template.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/ffv1dec_template: wrap around in fltmap table

2025-03-08 Thread Michael Niedermayer
On Fri, Mar 07, 2025 at 01:36:03AM +0100, Michael Niedermayer wrote: > Avoids out of array access > Another solution may be choosen later if something else turns out to fit > naturally into the decoder. But for now dont crash > > Signed-off-by: Michael Niedermayer > --- > libavcodec/ffv1dec_temp