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_il.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter/vf_il.c') diff --git a/libavfilter/vf_il.c b/libavfilter/vf_il.c index f3a1dc1c81..da3afc1e27 100644 --- a/libavfilter/vf_il.c +++ b/libavfilter/vf_il.c @@ -186,7 +186,6 @@ static const AVFilterPad inputs[] = { { .name = "default", .type = AVMEDIA_TYPE_VIDEO, - .get_video_buffer = ff_null_get_video_buffer, .filter_frame = filter_frame, .config_props = config_input, }, -- cgit v1.2.3