diff options
Diffstat (limited to 'player/command.c')
-rw-r--r-- | player/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c index ac403fb50d..e961a79866 100644 --- a/player/command.c +++ b/player/command.c @@ -2125,7 +2125,7 @@ static int probe_deint_filters(struct MPContext *mpctx) if (check_output_format(mpctx, IMGFMT_VAAPI) && probe_deint_filter(mpctx, "vavpp")) return 0; - if (probe_deint_filter(mpctx, "yadif")) + if (probe_deint_filter(mpctx, "yadif:interlaced-only=yes")) return 0; return -1; } |