summaryrefslogtreecommitdiff
path: root/libavfilter/vf_il.c
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@gmail.com>2013-04-11 00:27:31 +0200
committerMatthieu Bouron <matthieu.bouron@gmail.com>2013-04-11 00:31:25 +0200
commit6f46403cb0568440e9f0b177c6f6abb4d0898309 (patch)
tree674cd5f0228766f46b12f7d71e8ff32d220a6b65 /libavfilter/vf_il.c
parent2040b428b45fa4f0167acc40a49771f92cd96769 (diff)
downloadffmpeg-6f46403cb0568440e9f0b177c6f6abb4d0898309.tar.gz
lavfi/il: switch to AVOption-based system
Diffstat (limited to 'libavfilter/vf_il.c')
-rw-r--r--libavfilter/vf_il.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/vf_il.c b/libavfilter/vf_il.c
index 7eee398ea0..904be8c1c4 100644
--- a/libavfilter/vf_il.c
+++ b/libavfilter/vf_il.c
@@ -204,8 +204,6 @@ static const AVFilterPad outputs[] = {
{ NULL }
};
-static const char *const shorthand[] = { NULL };
-
AVFilter avfilter_vf_il = {
.name = "il",
.description = NULL_IF_CONFIG_SMALL("Deinterleave or interleave fields."),
@@ -214,5 +212,4 @@ AVFilter avfilter_vf_il = {
.inputs = inputs,
.outputs = outputs,
.priv_class = &il_class,
- .shorthand = shorthand,
};