mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-22 05:40:27 +08:00
lavfi/yadif: fix shorthand/option mismatch
Fix trac ticket #2128.
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
(cherry picked from commit 0287eea914)
This commit is contained in:
committed by
Carl Eugen Hoyos
parent
ddb0317154
commit
3dab6e5429
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user