From 2040b428b45fa4f0167acc40a49771f92cd96769 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 11 Apr 2013 00:14:06 +0200 Subject: lavfi/field: switch to AVOption-based system Also remove mention to syntax explanation which is or will be redundant and possibly confusing. --- libavfilter/vf_field.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavfilter/vf_field.c') diff --git a/libavfilter/vf_field.c b/libavfilter/vf_field.c index eb8680df9e..c113512b74 100644 --- a/libavfilter/vf_field.c +++ b/libavfilter/vf_field.c @@ -117,5 +117,4 @@ AVFilter avfilter_vf_field = { .inputs = field_inputs, .outputs = field_outputs, .priv_class = &field_class, - .shorthand = shorthand, }; -- cgit v1.2.3