]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/opencl_source.h
lavfi: add opencl tonemap filter
[ffmpeg] / libavfilter / opencl_source.h
index 23cdfc6ac9e3772f23861eb2b4ee675e054de2d5..de4e66e54605077dba36d7a0de39ecc1e019b2b2 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_overlay;
+extern const char *ff_opencl_source_tonemap;
 extern const char *ff_opencl_source_unsharp;
 
 #endif /* AVFILTER_OPENCL_SOURCE_H */