Commit 4c9b0315 authored by Clément Bœsch's avatar Clément Bœsch

lavfi/smartblur: cleanup unused shorthand and doc.

parent fcaea217
...@@ -5143,7 +5143,7 @@ expressed in the form "[@var{c0} @var{c1} @var{c2} @var{c3}]" ...@@ -5143,7 +5143,7 @@ expressed in the form "[@var{c0} @var{c1} @var{c2} @var{c3}]"
Blur the input video without impacting the outlines. Blur the input video without impacting the outlines.
A description of the accepted options follows. The filter accepts the following options:
@table @option @table @option
@item luma_radius, lr @item luma_radius, lr
......
...@@ -289,12 +289,6 @@ static const AVFilterPad smartblur_outputs[] = { ...@@ -289,12 +289,6 @@ static const AVFilterPad smartblur_outputs[] = {
{ NULL } { NULL }
}; };
static const char *const shorthand[] = {
"luma_radius", "luma_strength", "luma_threshold",
"chroma_radius", "chroma_strength", "chroma_threshold",
NULL
};
AVFilter avfilter_vf_smartblur = { AVFilter avfilter_vf_smartblur = {
.name = "smartblur", .name = "smartblur",
.description = NULL_IF_CONFIG_SMALL("Blur the input video without impacting the outlines."), .description = NULL_IF_CONFIG_SMALL("Blur the input video without impacting the outlines."),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment