Commit 776c89f0 authored by Michael Niedermayer's avatar Michael Niedermayer

vsrx_mptestsrc: remove duplicate config_props init.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent a8d67efa
......@@ -385,7 +385,6 @@ AVFilter avfilter_vsrc_mptestsrc = {
.outputs = (const AVFilterPad[]) {{ .name = "default",
.type = AVMEDIA_TYPE_VIDEO,
.config_props = config_props,
.request_frame = request_frame,
.config_props = config_props, },
{ .name = NULL }},
......
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