Skip to content

Commit

Permalink
lavfi/overlay_vaapi: remove unnecessary code
Browse files Browse the repository at this point in the history
VA-API filter is not required.

Signed-off-by: Haihao Xiang <[email protected]>
  • Loading branch information
xhaihao committed Jan 16, 2023
1 parent ea30ee7 commit f6f30a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libavfilter/vf_overlay_vaapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,6 @@ static int overlay_vaapi_blend(FFFrameSync *fs)
.height = output->height,
};

params[0].filters = &vpp_ctx->filter_buffers[0];
params[0].num_filters = vpp_ctx->nb_filter_buffers;

params[0].output_region = &output_region;
params[0].output_background_color = VAAPI_VPP_BACKGROUND_BLACK;

Expand Down

0 comments on commit f6f30a3

Please sign in to comment.