mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
avfilter/overlay_vaapi: remove redundant .get_buffer assignments
Signed-off-by: softworkz <softworkz@hotmail.com>
This commit is contained in:
parent
7ebd6189a2
commit
db6b376db9
@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user