From e4bd1db88ec05ad389dd4443461ef50a6007b808 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Thu, 11 Apr 2013 00:40:33 +0200 Subject: lavfi/histeq: switch to an AVOptions-based system. --- libavfilter/vf_histeq.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavfilter/vf_histeq.c') diff --git a/libavfilter/vf_histeq.c b/libavfilter/vf_histeq.c index 05e1d59a66..f4d7795cbd 100644 --- a/libavfilter/vf_histeq.c +++ b/libavfilter/vf_histeq.c @@ -269,8 +269,6 @@ static const AVFilterPad histeq_outputs[] = { { NULL } }; -static const char *const shorthand[] = { "strength", "intensity", "antibanding", NULL }; - AVFilter avfilter_vf_histeq = { .name = "histeq", .description = NULL_IF_CONFIG_SMALL("Apply global color histogram equalization."), @@ -281,5 +279,4 @@ AVFilter avfilter_vf_histeq = { .inputs = histeq_inputs, .outputs = histeq_outputs, .priv_class = &histeq_class, - .shorthand = shorthand, }; -- cgit v1.2.3