From d5226fc575781a8066a92f1b635d82b68e4bc9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Thu, 11 Apr 2013 00:54:27 +0200 Subject: lavfi/stereo3d: switch to an AVOptions-based system. --- libavfilter/vf_stereo3d.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavfilter/vf_stereo3d.c') diff --git a/libavfilter/vf_stereo3d.c b/libavfilter/vf_stereo3d.c index 156470f0c0..c7f39e6683 100644 --- a/libavfilter/vf_stereo3d.c +++ b/libavfilter/vf_stereo3d.c @@ -440,8 +440,6 @@ static const AVFilterPad stereo3d_outputs[] = { { NULL } }; -static const char *const shorthand[] = { "in", "out", NULL }; - AVFilter avfilter_vf_stereo3d = { .name = "stereo3d", .description = NULL_IF_CONFIG_SMALL("Convert video stereoscopic 3D view."), @@ -450,5 +448,4 @@ AVFilter avfilter_vf_stereo3d = { .inputs = stereo3d_inputs, .outputs = stereo3d_outputs, .priv_class = &stereo3d_class, - .shorthand = shorthand, }; -- cgit v1.2.3