lavfi/overlay: remove dupe initializer

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/21/head
Paul B Mahol 12 years ago
parent e434ddd4c6
commit 16f1e832ba
  1. 1
      libavfilter/vf_overlay.c

@ -767,6 +767,5 @@ AVFilter avfilter_vf_overlay = {
.inputs = avfilter_vf_overlay_inputs,
.outputs = avfilter_vf_overlay_outputs,
.priv_class = &overlay_class,
.shorthand = shorthand,
};

Loading…
Cancel
Save