]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/opencl_source.h
avfilter/af_headphone: use av_log2()
[ffmpeg] / libavfilter / opencl_source.h
index 23cdfc6ac9e3772f23861eb2b4ee675e054de2d5..4118138c30e09f30a0d9d835201e751f26b2569f 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_transpose;
 extern const char *ff_opencl_source_unsharp;
 
 #endif /* AVFILTER_OPENCL_SOURCE_H */