summaryrefslogtreecommitdiff
path: root/libavfilter/vf_super2xsai.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_super2xsai.c')
-rw-r--r--libavfilter/vf_super2xsai.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_super2xsai.c b/libavfilter/vf_super2xsai.c
index d6c5f44c17..00e88eafe3 100644
--- a/libavfilter/vf_super2xsai.c
+++ b/libavfilter/vf_super2xsai.c
@@ -359,7 +359,7 @@ static const AVFilterPad super2xsai_outputs[] = {
{ NULL }
};
-AVFilter ff_vf_super2xsai = {
+const AVFilter ff_vf_super2xsai = {
.name = "super2xsai",
.description = NULL_IF_CONFIG_SMALL("Scale the input by 2x using the Super2xSaI pixel art algorithm."),
.priv_size = sizeof(Super2xSaIContext),