summaryrefslogtreecommitdiff
path: root/libavfilter/vf_kerndeint.c
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@gmail.com>2013-04-11 00:52:39 +0200
committerMatthieu Bouron <matthieu.bouron@gmail.com>2013-04-11 00:55:45 +0200
commit531158e6becb6f822280a12277b6627a47e49b6a (patch)
treece717c051498740394126525f251ef482cbfd5a3 /libavfilter/vf_kerndeint.c
parent6f46403cb0568440e9f0b177c6f6abb4d0898309 (diff)
lavfi/kerndeint: switch to AVOption-based system
Diffstat (limited to 'libavfilter/vf_kerndeint.c')
-rw-r--r--libavfilter/vf_kerndeint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_kerndeint.c b/libavfilter/vf_kerndeint.c
index 2b29bdcef9..8a44868138 100644
--- a/libavfilter/vf_kerndeint.c
+++ b/libavfilter/vf_kerndeint.c
@@ -305,7 +305,6 @@ static const AVFilterPad kerndeint_outputs[] = {
{ NULL }
};
-static const char *const shorthand[] = { "thresh", "map", "order", "sharp", "twoway", NULL };
AVFilter avfilter_vf_kerndeint = {
.name = "kerndeint",
@@ -318,5 +317,4 @@ AVFilter avfilter_vf_kerndeint = {
.outputs = kerndeint_outputs,
.priv_class = &kerndeint_class,
- .shorthand = shorthand,
};