summaryrefslogtreecommitdiff
path: root/libavfilter/vf_settb.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_settb.c')
-rw-r--r--libavfilter/vf_settb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/vf_settb.c b/libavfilter/vf_settb.c
index 624cda88e7..b9369d5436 100644
--- a/libavfilter/vf_settb.c
+++ b/libavfilter/vf_settb.c
@@ -119,14 +119,14 @@ AVFilter avfilter_vf_settb = {
.priv_size = sizeof(SetTBContext),
- .inputs = (AVFilterPad[]) {{ .name = "default",
+ .inputs = (const AVFilterPad[]) {{ .name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.get_video_buffer = avfilter_null_get_video_buffer,
.start_frame = start_frame,
.end_frame = avfilter_null_end_frame },
{ .name = NULL }},
- .outputs = (AVFilterPad[]) {{ .name = "default",
+ .outputs = (const AVFilterPad[]) {{ .name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.config_props = config_output_props, },
{ .name = NULL}},