From b077d8d9082d057d4c7abd9e0b1a98f9651cfaa8 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 7 Sep 2013 13:26:11 +0000 Subject: avfilter: remove redundant .get_(audio/video)_buffer initializations Signed-off-by: Paul B Mahol --- libavfilter/vf_copy.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter/vf_copy.c') diff --git a/libavfilter/vf_copy.c b/libavfilter/vf_copy.c index b9859c41b6..2c14fc0224 100644 --- a/libavfilter/vf_copy.c +++ b/libavfilter/vf_copy.c @@ -48,7 +48,6 @@ static const AVFilterPad avfilter_vf_copy_inputs[] = { { .name = "default", .type = AVMEDIA_TYPE_VIDEO, - .get_video_buffer = ff_null_get_video_buffer, .filter_frame = filter_frame, }, { NULL } -- cgit v1.2.3