]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/f_sidedata.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / f_sidedata.c
index 0542373ed8579e274ebced24f372027edb6de899..9133fcb1e3be00d4e278514e8efa8b6596d4ad1a 100644 (file)
@@ -141,7 +141,7 @@ static const AVFilterPad aoutputs[] = {
     { NULL }
 };
 
-AVFilter ff_af_asidedata = {
+const AVFilter ff_af_asidedata = {
     .name          = "asidedata",
     .description   = NULL_IF_CONFIG_SMALL("Manipulate audio frame side data."),
     .priv_size     = sizeof(SideDataContext),
@@ -175,7 +175,7 @@ static const AVFilterPad outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_sidedata = {
+const AVFilter ff_vf_sidedata = {
     .name        = "sidedata",
     .description = NULL_IF_CONFIG_SMALL("Manipulate video frame side data."),
     .priv_size   = sizeof(SideDataContext),