Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-03-07 03:20:23 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-03-07 03:20:23 +0400
commit776c89f019d4820e783a89cfb5d77b5bc1dc50b5 (patch)
tree974c186f7f791bdd8f640d0b2a0cb7b2fb56c950 /libavfilter/vsrc_mptestsrc.c
parenta8d67efa53dae1d14614e3a7bd4e77e4eab066ab (diff)
vsrx_mptestsrc: remove duplicate config_props init.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vsrc_mptestsrc.c')
-rw-r--r--libavfilter/vsrc_mptestsrc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vsrc_mptestsrc.c b/libavfilter/vsrc_mptestsrc.c
index 96b2a4cc13..3043204d2f 100644
--- a/libavfilter/vsrc_mptestsrc.c
+++ b/libavfilter/vsrc_mptestsrc.c
@@ -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 }},