1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

avfilter: add corr video filter

This commit is contained in:
Paul B Mahol
2022-12-06 21:31:33 +01:00
parent 9ca139b2aa
commit f0f19f3d3d
6 changed files with 366 additions and 1 deletions

View File

@@ -221,6 +221,7 @@ extern const AVFilter ff_vf_convolution_opencl;
extern const AVFilter ff_vf_convolve;
extern const AVFilter ff_vf_copy;
extern const AVFilter ff_vf_coreimage;
extern const AVFilter ff_vf_corr;
extern const AVFilter ff_vf_cover_rect;
extern const AVFilter ff_vf_crop;
extern const AVFilter ff_vf_cropdetect;