Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-11-14 22:47:27 +0300
committerMark Thompson <sw@jkqxz.net>2017-11-23 02:18:35 +0300
commit7faa8d8b03832e9f1c67029c859db5af82897a48 (patch)
tree96c15ec6919725481d9005626c30f8ef09eb6fc1 /libavfilter/opencl_source.h
parent9204b2deea85c834ba3d5fa2b0e92b86c24f45ae (diff)
lavfi: Add OpenCL unsharp mask filter
Intended to replace existing opencl mode of the unsharp filter. Supports many more pixel formats and works without immediate upload and download of frame data. The options are compatible with the existing filter.
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 e7af58bcfa..23cdfc6ac9 100644
--- a/libavfilter/opencl_source.h
+++ b/libavfilter/opencl_source.h
@@ -20,5 +20,6 @@
#define AVFILTER_OPENCL_SOURCE_H
extern const char *ff_opencl_source_overlay;
+extern const char *ff_opencl_source_unsharp;
#endif /* AVFILTER_OPENCL_SOURCE_H */