From 8e2972274e1bbff83538d0622ce109ed1b448170 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 7 May 2013 14:58:40 +0000 Subject: lavfi/null: remove redudant lines Signed-off-by: Paul B Mahol --- libavfilter/vf_null.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libavfilter/vf_null.c') diff --git a/libavfilter/vf_null.c b/libavfilter/vf_null.c index eafa268948..0bafbf850b 100644 --- a/libavfilter/vf_null.c +++ b/libavfilter/vf_null.c @@ -30,7 +30,6 @@ static const AVFilterPad avfilter_vf_null_inputs[] = { { .name = "default", .type = AVMEDIA_TYPE_VIDEO, - .get_video_buffer = ff_null_get_video_buffer, }, { NULL } }; @@ -46,10 +45,6 @@ static const AVFilterPad avfilter_vf_null_outputs[] = { AVFilter avfilter_vf_null = { .name = "null", .description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."), - - .priv_size = 0, - .inputs = avfilter_vf_null_inputs, - .outputs = avfilter_vf_null_outputs, }; -- cgit v1.2.3