summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libavfilter/vf_split.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/vf_split.c b/libavfilter/vf_split.c
index 75b9c6a..cbebf26 100644
--- a/libavfilter/vf_split.c
+++ b/libavfilter/vf_split.c
@@ -58,9 +58,9 @@ AVFilter avfilter_vf_split = {
.draw_slice = draw_slice,
.end_frame = end_frame, },
{ .name = NULL}},
- .outputs = (AVFilterPad[]) {{ .name = "default",
+ .outputs = (AVFilterPad[]) {{ .name = "output1",
.type = AVMEDIA_TYPE_VIDEO, },
- { .name = "default2",
+ { .name = "output2",
.type = AVMEDIA_TYPE_VIDEO, },
{ .name = NULL}},
};
OpenPOWER on IntegriCloud