]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_rotate.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_rotate.c
index 65c6cc411a8bf2a1b8498c58bc70c898cd107e6b..f16207cbffe4ce50872b16345b93747ad98dbd26 100644 (file)
@@ -600,7 +600,7 @@ static const AVFilterPad rotate_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_rotate = {
+const AVFilter ff_vf_rotate = {
     .name          = "rotate",
     .description   = NULL_IF_CONFIG_SMALL("Rotate the input image."),
     .priv_size     = sizeof(RotContext),