]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_vectorscope.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_vectorscope.c
index e51f8191fd3a18cad3e99b8a54890028cc8a14d4..0669230890d1ad30a8f53caf573df6e2e49ca2d6 100644 (file)
@@ -1587,7 +1587,7 @@ static const AVFilterPad outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_vectorscope = {
+const AVFilter ff_vf_vectorscope = {
     .name          = "vectorscope",
     .description   = NULL_IF_CONFIG_SMALL("Video vectorscope."),
     .priv_size     = sizeof(VectorscopeContext),