avfilter/vf_convolution: Use avpriv_mirror

Fixes: out of array read
Fixes: #YWH-PGM40646-35

Found-by: jpraveenrao
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 8970658472)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer
2026-02-24 23:37:21 +01:00
parent 2446135b92
commit e313d8d443
2 changed files with 7 additions and 16 deletions
+1
View File
@@ -21,6 +21,7 @@
#ifndef AVFILTER_CONVOLUTION_H
#define AVFILTER_CONVOLUTION_H
#include "avfilter.h"
#include "libavutil/internal.h"
enum MatrixMode {
MATRIX_SQUARE,