From 89b5ed5f1569b5a12cddbe2829397a30f03d3d12 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 25 Apr 2013 17:03:37 +0000 Subject: [PATCH] lavfi/noise: remove get_video_buffer, its redundant now Signed-off-by: Paul B Mahol --- libavfilter/vf_noise.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavfilter/vf_noise.c b/libavfilter/vf_noise.c index 84b92fda26..c965cbf0d9 100644 --- a/libavfilter/vf_noise.c +++ b/libavfilter/vf_noise.c @@ -447,7 +447,6 @@ static const AVFilterPad noise_inputs[] = { { .name = "default", .type = AVMEDIA_TYPE_VIDEO, - .get_video_buffer = ff_null_get_video_buffer, .filter_frame = filter_frame, .config_props = config_input, },