mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
command: make deinterlace property use interlaced-only yadif mode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user