You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavfi/overlay: remove dupe initializer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -767,6 +767,5 @@ AVFilter avfilter_vf_overlay = {
|
|||||||
|
|
||||||
.inputs = avfilter_vf_overlay_inputs,
|
.inputs = avfilter_vf_overlay_inputs,
|
||||||
.outputs = avfilter_vf_overlay_outputs,
|
.outputs = avfilter_vf_overlay_outputs,
|
||||||
.priv_class = &overlay_class,
|
|
||||||
.shorthand = shorthand,
|
.shorthand = shorthand,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user