|
@@ -447,7 +447,6 @@ static const AVFilterPad noise_inputs[] = { |
|
|
{ |
|
|
{ |
|
|
.name = "default", |
|
|
.name = "default", |
|
|
.type = AVMEDIA_TYPE_VIDEO, |
|
|
.type = AVMEDIA_TYPE_VIDEO, |
|
|
.get_video_buffer = ff_null_get_video_buffer, |
|
|
|
|
|
.filter_frame = filter_frame, |
|
|
.filter_frame = filter_frame, |
|
|
.config_props = config_input, |
|
|
.config_props = config_input, |
|
|
}, |
|
|
}, |
|
|