]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_swaprect.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_swaprect.c
index 66bed161f41c3fb0a35a9fdbd8258b3de719d3cf..3b96790798ed55691d2c03376e5c4a1d860cedec 100644 (file)
@@ -243,7 +243,7 @@ static const AVFilterPad outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_swaprect = {
+const AVFilter ff_vf_swaprect = {
     .name          = "swaprect",
     .description   = NULL_IF_CONFIG_SMALL("Swap 2 rectangular objects in video."),
     .priv_size     = sizeof(SwapRectContext),