summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
Diffstat (limited to 'player')
-rw-r--r--player/command.c3
1 files changed, 3 insertions, 0 deletions
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