summaryrefslogtreecommitdiff
path: root/libavfilter/opencl_source.h
diff options
context:
space:
mode:
authorDanil Iashchenko <danyaschenko@gmail.com>2018-03-24 18:57:43 +0300
committerMark Thompson <sw@jkqxz.net>2018-03-26 22:26:35 +0100
commit9f17875134754eef899aefd30500904635edec9e (patch)
treea6e51a9be496681756bc3633456eb9b9e287b563 /libavfilter/opencl_source.h
parentcfe1a9d311de6c36641cf295004cdbc77d7b600c (diff)
libavfilter: Add OpenCL convolution filter
Behaves like existing convolution filter. Signed-off-by: Mark Thompson <sw@jkqxz.net>
Diffstat (limited to 'libavfilter/opencl_source.h')
-rw-r--r--libavfilter/opencl_source.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/opencl_source.h b/libavfilter/opencl_source.h
index 02bc1723b0..4bb996924e 100644
--- a/libavfilter/opencl_source.h
+++ b/libavfilter/opencl_source.h
@@ -20,6 +20,7 @@
#define AVFILTER_OPENCL_SOURCE_H
extern const char *ff_opencl_source_avgblur;
+extern const char *ff_opencl_source_convolution;
extern const char *ff_opencl_source_overlay;
extern const char *ff_opencl_source_unsharp;