You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
graphparser: fix the order in which unlabeled input links are returned.
This commit is contained in:
@@ -242,7 +242,7 @@ static int link_filter_inouts(AVFilterContext *filt_ctx,
|
||||
} else {
|
||||
p->filter_ctx = filt_ctx;
|
||||
p->pad_idx = pad;
|
||||
insert_inout(open_inputs, p);
|
||||
append_inout(open_inputs, &p);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user