Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoftworkz <softworkz@hotmail.com>2022-10-31 09:20:02 +0300
committerHaihao Xiang <haihao.xiang@intel.com>2022-11-07 05:56:44 +0300
commitdb6b376db9750f91f683bdec160c74c7e5618471 (patch)
tree04847aa03cd94276c5bbdb1100246333e6539944
parent7ebd6189a23bbe480929bc84497b7ae1c3e018a3 (diff)
avfilter/overlay_vaapi: remove redundant .get_buffer assignments
Signed-off-by: softworkz <softworkz@hotmail.com>
-rw-r--r--libavfilter/vf_overlay_vaapi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_overlay_vaapi.c b/libavfilter/vf_overlay_vaapi.c
index c14aacbb5d..71fc90a86b 100644
--- a/libavfilter/vf_overlay_vaapi.c
+++ b/libavfilter/vf_overlay_vaapi.c
@@ -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,
},
};