提交 fcaea217 编写于 作者: C Clément Bœsch

lavfi/overlay: cleanup unused shorthand.

上级 3417280b
......@@ -750,8 +750,6 @@ static const AVFilterPad avfilter_vf_overlay_outputs[] = {
{ NULL }
};
static const char *const shorthand[] = { "x", "y", NULL };
AVFilter avfilter_vf_overlay = {
.name = "overlay",
.description = NULL_IF_CONFIG_SMALL("Overlay a video source on top of the input."),
......@@ -767,5 +765,4 @@ AVFilter avfilter_vf_overlay = {
.inputs = avfilter_vf_overlay_inputs,
.outputs = avfilter_vf_overlay_outputs,
.shorthand = shorthand,
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册