Browse Source

vsrx_mptestsrc: remove duplicate config_props init.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 14 years ago
parent
commit
776c89f019
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavfilter/vsrc_mptestsrc.c

+ 0
- 1
libavfilter/vsrc_mptestsrc.c View File

@@ -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 }},


Loading…
Cancel
Save