Browse Source

avfilter/vf_bm3d: forward status back

tags/n4.3
Paul B Mahol 6 years ago
parent
commit
7080bbfef4
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavfilter/vf_bm3d.c

+ 2
- 0
libavfilter/vf_bm3d.c View File

@@ -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…
Cancel
Save