mirror of https://git.ffmpeg.org/ffmpeg.git
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",
|
.name = "main",
|
||||||
.type = AVMEDIA_TYPE_VIDEO,
|
.type = AVMEDIA_TYPE_VIDEO,
|
||||||
.get_buffer.video = ff_default_get_video_buffer,
|
|
||||||
.config_props = &ff_vaapi_vpp_config_input,
|
.config_props = &ff_vaapi_vpp_config_input,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "overlay",
|
.name = "overlay",
|
||||||
.type = AVMEDIA_TYPE_VIDEO,
|
.type = AVMEDIA_TYPE_VIDEO,
|
||||||
.get_buffer.video = ff_default_get_video_buffer,
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue