]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_detelecine.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_detelecine.c
index f02f85d602069baae3d75007b952026117808e84..e345e3062ab370223651aed2be7bb31f75c94f81 100644 (file)
@@ -372,7 +372,7 @@ static const AVFilterPad detelecine_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_detelecine = {
+const AVFilter ff_vf_detelecine = {
     .name          = "detelecine",
     .description   = NULL_IF_CONFIG_SMALL("Apply an inverse telecine pattern."),
     .priv_size     = sizeof(DetelecineContext),