]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_fps.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_fps.c
index cf1e36726aeffd407e7e0e9ae5f5ac28cd251138..b7b2d6f2dbf7f0ae0fa0fc12f441db667329572b 100644 (file)
@@ -343,7 +343,7 @@ static const AVFilterPad avfilter_vf_fps_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_fps = {
+const AVFilter ff_vf_fps = {
     .name        = "fps",
     .description = NULL_IF_CONFIG_SMALL("Force constant framerate."),
     .init        = init,