summaryrefslogtreecommitdiff
path: root/libavfilter/vf_coreimage.m
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_coreimage.m')
-rw-r--r--libavfilter/vf_coreimage.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/vf_coreimage.m b/libavfilter/vf_coreimage.m
index cbd67791bc..98f6386124 100644
--- a/libavfilter/vf_coreimage.m
+++ b/libavfilter/vf_coreimage.m
@@ -656,7 +656,7 @@ static const AVOption coreimage_options[] = {
AVFILTER_DEFINE_CLASS(coreimage);
-AVFilter ff_vf_coreimage = {
+const AVFilter ff_vf_coreimage = {
.name = "coreimage",
.description = NULL_IF_CONFIG_SMALL("Video filtering using CoreImage API."),
.init = init,
@@ -677,7 +677,7 @@ static const AVOption coreimagesrc_options[] = {
AVFILTER_DEFINE_CLASS(coreimagesrc);
-AVFilter ff_vsrc_coreimagesrc = {
+const AVFilter ff_vsrc_coreimagesrc = {
.name = "coreimagesrc",
.description = NULL_IF_CONFIG_SMALL("Video source using image generators of CoreImage API."),
.init = init_src,