]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_telecine.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_telecine.c
index 6563b497253a2a8d2bd798a4975e84fc30924820..52a3f2f353b3351d0f5395c86c42364941f99a22 100644 (file)
@@ -287,7 +287,7 @@ static const AVFilterPad telecine_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_telecine = {
+const AVFilter ff_vf_telecine = {
     .name          = "telecine",
     .description   = NULL_IF_CONFIG_SMALL("Apply a telecine pattern."),
     .priv_size     = sizeof(TelecineContext),