]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_tpad.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / vf_tpad.c
index 0cd65d3e7b93e96353ee199063851b7415f51f72..2d89537abd5b98c59e921c12bbfe2f3eedbe027a 100644 (file)
@@ -205,7 +205,7 @@ static const AVFilterPad tpad_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_tpad = {
+const AVFilter ff_vf_tpad = {
     .name          = "tpad",
     .description   = NULL_IF_CONFIG_SMALL("Temporarily pad video frames."),
     .priv_size     = sizeof(TPadContext),