avfilter: add pad opencl filter

This commit is contained in:
Paul B Mahol
2020-02-06 17:41:08 +01:00
parent 6d37ca8a4e
commit 1c6a91990d
9 changed files with 516 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ extern const char *ff_opencl_source_deshake;
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_tonemap;
extern const char *ff_opencl_source_transpose;
extern const char *ff_opencl_source_unsharp;