avfilter: add remap opencl filter

This commit is contained in:
Paul B Mahol
2022-06-29 19:12:24 +02:00
parent 03d81a044a
commit 6ed9eaf664
10 changed files with 462 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ extern const char *ff_opencl_source_neighbor;
extern const char *ff_opencl_source_nlmeans;
extern const char *ff_opencl_source_overlay;
extern const char *ff_opencl_source_pad;
extern const char *ff_opencl_source_remap;
extern const char *ff_opencl_source_tonemap;
extern const char *ff_opencl_source_transpose;
extern const char *ff_opencl_source_unsharp;