Browse Source

lavfi/overlay: cleanup unused shorthand.

tags/n2.0
Clément Bœsch 13 years ago
parent
commit
fcaea2170f
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavfilter/vf_overlay.c

+ 0
- 3
libavfilter/vf_overlay.c View File

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

Loading…
Cancel
Save