Commit 0287eea9 authored by André Pankratz's avatar André Pankratz Committed by Stefano Sabatini

lavfi/yadif: fix shorthand/option mismatch

Fix trac ticket #2128.
Signed-off-by: 's avatarStefano Sabatini <stefasab@gmail.com>
parent 4cd89022
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment