diff options
author | drfer3 <drfer3@student.monash.edu> | 2018-03-19 13:30:23 +1100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2018-03-22 23:16:25 +0000 |
commit | 6135c958cd3c8e503ebd59996b7b31b844ac9cb9 (patch) | |
tree | 3b677d5dfc6bdf7452608db51e542159195c1973 /libavfilter/opencl_source.h | |
parent | 9313422dfc8d13fdd7d58e9ed04dfff61d26b7f2 (diff) | |
download | ffmpeg-6135c958cd3c8e503ebd59996b7b31b844ac9cb9.tar.gz |
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.h | 1 |
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; |