mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 01:02:33 +00:00
graphparser: fix the order in which unlabeled input links are returned.
This commit is contained in:
parent
2e21526790
commit
7af99a01c4
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user