mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
avfilter/vf_fieldmatch: forward status back from output to all input links
Fixes #8199.
This commit is contained in:
parent
2962101e40
commit
da9890f6c7
@ -839,6 +839,8 @@ static int activate(AVFilterContext *ctx)
|
||||
int ret = 0, status;
|
||||
int64_t pts;
|
||||
|
||||
FF_FILTER_FORWARD_STATUS_BACK_ALL(ctx->outputs[0], ctx);
|
||||
|
||||
if ((fm->got_frame[INPUT_MAIN] == 0) &&
|
||||
(ret = ff_inlink_consume_frame(ctx->inputs[INPUT_MAIN], &frame)) > 0) {
|
||||
ret = filter_frame(ctx->inputs[INPUT_MAIN], frame);
|
||||
|
Loading…
Reference in New Issue
Block a user