]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_settb.c
lavfi/amerge: copy ref props after filtering samples.
[ffmpeg] / libavfilter / vf_settb.c
index 624cda88e7ae4c1a0882cd5e92a7c3202a9c9c63..b9369d543662afbfacf9c3b6ba184bb040a614ff 100644 (file)
@@ -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}},