]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/f_cue.c
avfilter: Constify all AVFilters
[ffmpeg] / libavfilter / f_cue.c
index b48dfc9d4990613ad0798dc62440f8d864fb9480..03804f16674eec03d6d18b795bdc3617051d4021 100644 (file)
@@ -114,7 +114,7 @@ static const AVFilterPad cue_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_vf_cue = {
+const AVFilter ff_vf_cue = {
     .name        = "cue",
     .description = NULL_IF_CONFIG_SMALL("Delay filtering to match a cue."),
     .priv_size   = sizeof(CueContext),
@@ -145,7 +145,7 @@ static const AVFilterPad acue_outputs[] = {
     { NULL }
 };
 
-AVFilter ff_af_acue = {
+const AVFilter ff_af_acue = {
     .name        = "acue",
     .description = NULL_IF_CONFIG_SMALL("Delay filtering to match a cue."),
     .priv_size   = sizeof(CueContext),