diff --git a/player/command.c b/player/command.c index da978d2846..b72c0f9aaa 100644 --- a/player/command.c +++ b/player/command.c @@ -1535,6 +1535,9 @@ static int mp_property_fullscreen(m_option_t *prop, static const char *deint_filters[] = { "yadif", +#if HAVE_VDPAU + "vdpaupp:deint=yes", +#endif #if HAVE_VAAPI_VPP "vavpp", #endif