mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 19:40:07 +01:00
avfilter: add convolution filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -144,6 +144,7 @@ void avfilter_register_all(void)
|
||||
REGISTER_FILTER(COLORKEY, colorkey, vf);
|
||||
REGISTER_FILTER(COLORLEVELS, colorlevels, vf);
|
||||
REGISTER_FILTER(COLORMATRIX, colormatrix, vf);
|
||||
REGISTER_FILTER(CONVOLUTION, convolution, vf);
|
||||
REGISTER_FILTER(COPY, copy, vf);
|
||||
REGISTER_FILTER(COVER_RECT, cover_rect, vf);
|
||||
REGISTER_FILTER(CROP, crop, vf);
|
||||
|
||||
Reference in New Issue
Block a user