From 0287eea914307a3fa03fa0d117af2955de0a4a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pankratz?= Date: Thu, 10 Jan 2013 10:37:49 +0100 Subject: lavfi/yadif: fix shorthand/option mismatch Fix trac ticket #2128. Signed-off-by: Stefano Sabatini --- libavfilter/vf_yadif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter') diff --git a/libavfilter/vf_yadif.c b/libavfilter/vf_yadif.c index dca4a8cd35..74eafcbd12 100644 --- a/libavfilter/vf_yadif.c +++ b/libavfilter/vf_yadif.c @@ -369,7 +369,7 @@ static int query_formats(AVFilterContext *ctx) static av_cold int init(AVFilterContext *ctx, const char *args) { YADIFContext *yadif = ctx->priv; - static const char *shorthand[] = { "mode", "parity", "enable", NULL }; + static const char *shorthand[] = { "mode", "parity", "deint", NULL }; int ret; yadif->csp = NULL; -- cgit v1.2.3