Commit 89b5ed5f authored by Paul B Mahol's avatar Paul B Mahol

lavfi/noise: remove get_video_buffer, its redundant now

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent e86ed98f
......@@ -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,
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment