You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
vf_split: give more meaningful names to the output pads
Rename "default" -> "output1", "default2" -> output2.
This commit is contained in:
@@ -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}},
|
||||
};
|
||||
|
Reference in New Issue
Block a user