mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-08 13:17:53 +00:00
vsrx_mptestsrc: remove duplicate config_props init.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
a8d67efa53
commit
776c89f019
@ -385,7 +385,6 @@ AVFilter avfilter_vsrc_mptestsrc = {
|
|||||||
|
|
||||||
.outputs = (const AVFilterPad[]) {{ .name = "default",
|
.outputs = (const AVFilterPad[]) {{ .name = "default",
|
||||||
.type = AVMEDIA_TYPE_VIDEO,
|
.type = AVMEDIA_TYPE_VIDEO,
|
||||||
.config_props = config_props,
|
|
||||||
.request_frame = request_frame,
|
.request_frame = request_frame,
|
||||||
.config_props = config_props, },
|
.config_props = config_props, },
|
||||||
{ .name = NULL }},
|
{ .name = NULL }},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user