]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_slicify.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavfilter / vf_slicify.c
index 177ac1f2b946b3eca1ed874d09174cf6bacb89a8..0c2f5a66fe0be19fb28151c90365646d6e5ee202 100644 (file)
@@ -103,7 +103,7 @@ AVFilter avfilter_vf_slicify = {
 
     .priv_size = sizeof(SliceContext),
 
-    .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,
@@ -111,7 +111,7 @@ AVFilter avfilter_vf_slicify = {
                                     .config_props     = config_props,
                                     .end_frame        = avfilter_null_end_frame, },
                                   { .name = NULL}},
-    .outputs   = (AVFilterPad[]) {{ .name            = "default",
+    .outputs   = (const AVFilterPad[]) {{ .name      = "default",
                                     .type            = AVMEDIA_TYPE_VIDEO, },
                                   { .name = NULL}},
 };