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/f_ebur128.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter/f_ebur128.c') diff --git a/libavfilter/f_ebur128.c b/libavfilter/f_ebur128.c index 99e12afb9c..0463bd6f83 100644 --- a/libavfilter/f_ebur128.c +++ b/libavfilter/f_ebur128.c @@ -779,7 +779,6 @@ static const AVFilterPad ebur128_inputs[] = { { .name = "default", .type = AVMEDIA_TYPE_AUDIO, - .get_audio_buffer = ff_null_get_audio_buffer, .filter_frame = filter_frame, .config_props = config_audio_input, }, -- cgit v1.2.3