From 3417280b579eeaee1ad2e3cf1f430cf162d9252a Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Thu, 11 Apr 2013 11:58:07 +0200 Subject: lavfi/field: cleanup unused shorthand and doc. --- libavfilter/vf_field.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavfilter/vf_field.c') diff --git a/libavfilter/vf_field.c b/libavfilter/vf_field.c index c113512b74..bbe66ded4c 100644 --- a/libavfilter/vf_field.c +++ b/libavfilter/vf_field.c @@ -107,8 +107,6 @@ static const AVFilterPad field_outputs[] = { { NULL } }; -static const char *const shorthand[] = { "type", NULL }; - AVFilter avfilter_vf_field = { .name = "field", .description = NULL_IF_CONFIG_SMALL("Extract a field from the input video."), -- cgit v1.2.3