lavfi: add deshake_opencl filter

This commit is contained in:
Jarek Samic
2019-08-08 09:24:32 -04:00
committed by Mark Thompson
parent 5b5746b1e0
commit b29c7bcbf6
8 changed files with 2924 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ extern const char *ff_opencl_source_avgblur;
extern const char *ff_opencl_source_colorkey;
extern const char *ff_opencl_source_colorspace_common;
extern const char *ff_opencl_source_convolution;
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;