summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_overlay.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-09-07 13:26:11 +0000
committerPaul B Mahol <onemda@gmail.com>2013-09-07 18:20:16 +0000
commitb077d8d9082d057d4c7abd9e0b1a98f9651cfaa8 (patch)
tree2c0c1de3f6eb4ff6b9538998e6b90a46c835b44e /libavfilter/vf_overlay.c
parent5a16a1d508d559f2aa436ee0934ef33a0d35356c (diff)
downloadffmpeg-streaming-b077d8d9082d057d4c7abd9e0b1a98f9651cfaa8.zip
ffmpeg-streaming-b077d8d9082d057d4c7abd9e0b1a98f9651cfaa8.tar.gz
avfilter: remove redundant .get_(audio/video)_buffer initializations
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_overlay.c')
-rw-r--r--libavfilter/vf_overlay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_overlay.c b/libavfilter/vf_overlay.c
index 7d93c9e..f3e7891 100644
--- a/libavfilter/vf_overlay.c
+++ b/libavfilter/vf_overlay.c
@@ -601,7 +601,6 @@ static const AVFilterPad avfilter_vf_overlay_inputs[] = {
{
.name = "main",
.type = AVMEDIA_TYPE_VIDEO,
- .get_video_buffer = ff_null_get_video_buffer,
.config_props = config_input_main,
.filter_frame = filter_frame_main,
.needs_writable = 1,
OpenPOWER on IntegriCloud