avfilter/overlay_vaapi: remove redundant .get_buffer assignments

Signed-off-by: softworkz <softworkz@hotmail.com>
This commit is contained in:
softworkz 2022-10-31 06:20:02 +00:00 committed by Haihao Xiang
parent 7ebd6189a2
commit db6b376db9
1 changed files with 0 additions and 2 deletions

View File

@ -340,13 +340,11 @@ static const AVFilterPad overlay_vaapi_inputs[] = {
{
.name = "main",
.type = AVMEDIA_TYPE_VIDEO,
.get_buffer.video = ff_default_get_video_buffer,
.config_props = &ff_vaapi_vpp_config_input,
},
{
.name = "overlay",
.type = AVMEDIA_TYPE_VIDEO,
.get_buffer.video = ff_default_get_video_buffer,
},
};