summaryrefslogtreecommitdiff
path: root/libavfilter/opencl_source.h
diff options
context:
space:
mode:
authordrfer3 <drfer3@student.monash.edu>2018-03-19 13:30:23 +1100
committerMark Thompson <sw@jkqxz.net>2018-03-22 23:16:25 +0000
commit6135c958cd3c8e503ebd59996b7b31b844ac9cb9 (patch)
tree3b677d5dfc6bdf7452608db51e542159195c1973 /libavfilter/opencl_source.h
parent9313422dfc8d13fdd7d58e9ed04dfff61d26b7f2 (diff)
lavfi: Add OpenCL avgblur filter
Behaves like the existing avgblur filter, except working on OpenCL hardware frames. Takes exactly the same options. 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 23cdfc6ac9..02bc1723b0 100644
--- a/libavfilter/opencl_source.h
+++ b/libavfilter/opencl_source.h
@@ -19,6 +19,7 @@
#ifndef AVFILTER_OPENCL_SOURCE_H
#define AVFILTER_OPENCL_SOURCE_H
+extern const char *ff_opencl_source_avgblur;
extern const char *ff_opencl_source_overlay;
extern const char *ff_opencl_source_unsharp;