From f43da3def7645b99d67846fa6d6175b4ece3e9e4 Mon Sep 17 00:00:00 2001 From: Matthieu Bouron Date: Thu, 11 Apr 2013 01:37:57 +0200 Subject: lavfi/aphaser: switch to AVOption-based system --- libavfilter/af_aphaser.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavfilter/af_aphaser.c') diff --git a/libavfilter/af_aphaser.c b/libavfilter/af_aphaser.c index 141278fa20..d61715dd7e 100644 --- a/libavfilter/af_aphaser.c +++ b/libavfilter/af_aphaser.c @@ -344,8 +344,6 @@ static const AVFilterPad aphaser_outputs[] = { { NULL } }; -static const char *const shorthand[] = { "in_gain", "out_gain", "delay", "decay", "speed", "type", NULL }; - AVFilter avfilter_af_aphaser = { .name = "aphaser", .description = NULL_IF_CONFIG_SMALL("Add a phasing effect to the audio."), @@ -356,5 +354,4 @@ AVFilter avfilter_af_aphaser = { .inputs = aphaser_inputs, .outputs = aphaser_outputs, .priv_class = &aphaser_class, - .shorthand = shorthand, }; -- cgit v1.2.3