From 7668b6832d3c1fd5555be5f4cf6f8e9930dd9c4e Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Thu, 11 Apr 2013 01:01:49 +0200 Subject: lavfi/idet: switch to an AVOptions-based system. --- libavfilter/vf_idet.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavfilter/vf_idet.c') diff --git a/libavfilter/vf_idet.c b/libavfilter/vf_idet.c index 275302f16c..bef7f3ee3d 100644 --- a/libavfilter/vf_idet.c +++ b/libavfilter/vf_idet.c @@ -304,8 +304,6 @@ static const AVFilterPad idet_outputs[] = { { NULL } }; -static const char *const shorthand[] = { "intl_thres", "prog_thres", NULL }; - AVFilter avfilter_vf_idet = { .name = "idet", .description = NULL_IF_CONFIG_SMALL("Interlace detect Filter."), @@ -317,5 +315,4 @@ AVFilter avfilter_vf_idet = { .inputs = idet_inputs, .outputs = idet_outputs, .priv_class = &idet_class, - .shorthand = shorthand, }; -- cgit v1.2.3