From 7c11c216690c11a4e578353fb05f0f64978eeaf2 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Wed, 10 Apr 2013 21:57:07 +0200 Subject: lavfi/thumbnail: switch to an AVOptions-based system. --- libavfilter/vf_thumbnail.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavfilter/vf_thumbnail.c') diff --git a/libavfilter/vf_thumbnail.c b/libavfilter/vf_thumbnail.c index d32c6c7b29..2cf702c7f7 100644 --- a/libavfilter/vf_thumbnail.c +++ b/libavfilter/vf_thumbnail.c @@ -227,8 +227,6 @@ static const AVFilterPad thumbnail_outputs[] = { { NULL } }; -static const char *const shorthand[] = { "n", NULL }; - AVFilter avfilter_vf_thumbnail = { .name = "thumbnail", .description = NULL_IF_CONFIG_SMALL("Select the most representative frame in a given sequence of consecutive frames."), @@ -239,5 +237,4 @@ AVFilter avfilter_vf_thumbnail = { .inputs = thumbnail_inputs, .outputs = thumbnail_outputs, .priv_class = &thumbnail_class, - .shorthand = shorthand, }; -- cgit v1.2.3