lavfi/overlay: remove dupe initializer

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2013-04-10 20:44:11 +00:00
parent e434ddd4c6
commit 16f1e832ba
1 changed files with 0 additions and 1 deletions

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