]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_removelogo.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_removelogo.c
index 4026bdd09abf5760b9c60f1ec42c2aba00deaac3..4bb81a8a5bcd9cbb4934dbcfa4ef01f87cbf6c00 100644 (file)
@@ -573,7 +573,7 @@ static const AVFilterPad removelogo_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_removelogo = {
+const AVFilter ff_vf_removelogo = {
     .name          = "removelogo",
     .description   = NULL_IF_CONFIG_SMALL("Remove a TV logo based on a mask image."),
     .priv_size     = sizeof(RemovelogoContext),