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/
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