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-09-10 23:53:36 +0300
committerMark Thompson <sw@jkqxz.net>2017-11-23 02:18:02 +0300
commit9204b2deea85c834ba3d5fa2b0e92b86c24f45ae (patch)
treeefb5937de9aad668bf07beccd5caebb55360ab3d /libavfilter/opencl_source.h
parent59d6529333c4550701401d59d67b60454b164b1f (diff)
lavfi: Add OpenCL overlay filter
Input and output formats must be the same, the overlay format must be the same as the input except possibly with an additional alpha component.
Diffstat (limited to 'libavfilter/opencl_source.h')
-rw-r--r--libavfilter/opencl_source.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/opencl_source.h b/libavfilter/opencl_source.h
index 8674a03a94..e7af58bcfa 100644
--- a/libavfilter/opencl_source.h
+++ b/libavfilter/opencl_source.h
@@ -19,4 +19,6 @@
#ifndef AVFILTER_OPENCL_SOURCE_H
#define AVFILTER_OPENCL_SOURCE_H
+extern const char *ff_opencl_source_overlay;
+
#endif /* AVFILTER_OPENCL_SOURCE_H */