mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avfilter/vf_bm3d: forward status back
This commit is contained in:
parent
fee1bffbc2
commit
7080bbfef4
@ -857,6 +857,8 @@ static int activate(AVFilterContext *ctx)
|
||||
int ret, status;
|
||||
int64_t pts;
|
||||
|
||||
FF_FILTER_FORWARD_STATUS_BACK(ctx->outputs[0], ctx->inputs[0]);
|
||||
|
||||
if ((ret = ff_inlink_consume_frame(ctx->inputs[0], &frame)) > 0) {
|
||||
ret = filter_frame(ctx, &out, frame, frame);
|
||||
av_frame_free(&frame);
|
||||
|
Loading…
Reference in New Issue
Block a user