[FFmpeg-cvslog] lavfi/smartblur: cleanup unused shorthand and doc.
Clément Bœsch
git at videolan.org
Thu Apr 11 12:40:58 CEST 2013
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Thu Apr 11 12:01:27 2013 +0200| [52848c3a3cd7839438ca5ce2834151b1c30beec5] | committer: Clément Bœsch
lavfi/smartblur: cleanup unused shorthand and doc.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=52848c3a3cd7839438ca5ce2834151b1c30beec5
---
doc/filters.texi | 2 +-
libavfilter/vf_smartblur.c | 6 ------
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index e728e7c..3d40b4f 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -5143,7 +5143,7 @@ expressed in the form "[@var{c0} @var{c1} @var{c2} @var{c3}]"
Blur the input video without impacting the outlines.
-A description of the accepted options follows.
+The filter accepts the following options:
@table @option
@item luma_radius, lr
diff --git a/libavfilter/vf_smartblur.c b/libavfilter/vf_smartblur.c
index e8a5f62..eb831a6 100644
--- a/libavfilter/vf_smartblur.c
+++ b/libavfilter/vf_smartblur.c
@@ -289,12 +289,6 @@ static const AVFilterPad smartblur_outputs[] = {
{ NULL }
};
-static const char *const shorthand[] = {
- "luma_radius", "luma_strength", "luma_threshold",
- "chroma_radius", "chroma_strength", "chroma_threshold",
- NULL
-};
-
AVFilter avfilter_vf_smartblur = {
.name = "smartblur",
.description = NULL_IF_CONFIG_SMALL("Blur the input video without impacting the outlines."),
More information about the ffmpeg-cvslog
mailing list