Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-04-11 14:01:27 +0400
committerClément Bœsch <ubitux@gmail.com>2013-04-11 14:41:13 +0400
commit4c9b031559c6bd8a02ba12441476260323e84e0a (patch)
tree3ba2498ff6bac8db980b9a2c7b063dce520a0a06 /libavfilter/vf_smartblur.c
parentfcaea2170f0771911620dfb11b64ae0d1970c71f (diff)
lavfi/smartblur: cleanup unused shorthand and doc.
Diffstat (limited to 'libavfilter/vf_smartblur.c')
-rw-r--r--libavfilter/vf_smartblur.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavfilter/vf_smartblur.c b/libavfilter/vf_smartblur.c
index e8a5f62f73..eb831a624e 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."),