]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_phase.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_phase.c
index d4f580a60947fbe89ab0a7dc4b726cb1ad8c65f5..556620d36cb86f605fc281f2765b82931feddda9 100644 (file)
@@ -235,7 +235,7 @@ static const AVFilterPad phase_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_phase = {
+const AVFilter ff_vf_phase = {
     .name          = "phase",
     .description   = NULL_IF_CONFIG_SMALL("Phase shift fields."),
     .priv_size     = sizeof(PhaseContext),