]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/opencl_source.h
Merge commit '25c2a27c9ec0150210d75ee5ac8ed1bfa14c1a56'
[ffmpeg] / libavfilter / opencl_source.h
index 23cdfc6ac9e3772f23861eb2b4ee675e054de2d5..2f67d890b38eabb2f789d531c54a989137593cb5 100644 (file)
 #ifndef AVFILTER_OPENCL_SOURCE_H
 #define AVFILTER_OPENCL_SOURCE_H
 
+extern const char *ff_opencl_source_avgblur;
+extern const char *ff_opencl_source_colorspace_common;
+extern const char *ff_opencl_source_convolution;
+extern const char *ff_opencl_source_neighbor;
 extern const char *ff_opencl_source_overlay;
+extern const char *ff_opencl_source_tonemap;
 extern const char *ff_opencl_source_unsharp;
 
 #endif /* AVFILTER_OPENCL_SOURCE_H */