mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
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:
@@ -21,6 +21,7 @@
|
||||
#ifndef AVFILTER_CONVOLUTION_H
|
||||
#define AVFILTER_CONVOLUTION_H
|
||||
#include "avfilter.h"
|
||||
#include "libavutil/internal.h"
|
||||
|
||||
enum MatrixMode {
|
||||
MATRIX_SQUARE,
|
||||
|
||||
Reference in New Issue
Block a user