Browse Source

lavfi/overlay: remove dupe initializer

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n2.0
Paul B Mahol 12 years ago
parent
commit
16f1e832ba
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavfilter/vf_overlay.c

+ 0
- 1
libavfilter/vf_overlay.c View File

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