]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_transpose.c
life: add mold, mold_color, life_color and death_color options.
[ffmpeg] / libavfilter / vf_transpose.c
index 64e1ab5e3e82b8c80f265fb77e695aea2cc77bb7..596f3cb28d988e60391ee5015e3bdcee4ee4100e 100644 (file)
@@ -203,14 +203,14 @@ AVFilter avfilter_vf_transpose = {
 
     .query_formats = query_formats,
 
-    .inputs    = (AVFilterPad[]) {{ .name            = "default",
+    .inputs    = (const AVFilterPad[]) {{ .name      = "default",
                                     .type            = AVMEDIA_TYPE_VIDEO,
                                     .start_frame     = start_frame,
                                     .draw_slice      = null_draw_slice,
                                     .end_frame       = end_frame,
                                     .min_perms       = AV_PERM_READ, },
                                   { .name = NULL}},
-    .outputs   = (AVFilterPad[]) {{ .name            = "default",
+    .outputs   = (const AVFilterPad[]) {{ .name      = "default",
                                     .config_props    = config_props_output,
                                     .type            = AVMEDIA_TYPE_VIDEO, },
                                   { .name = NULL}},