summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-29 15:16:59 +0200
committerwm4 <wm4@nowhere>2014-05-02 01:08:04 +0200
commitc42795f1ea05acd7db596b107cb002e60bf656c1 (patch)
tree0b15c9461d985e6f71c4e6445adc54929f8ae266 /player
parent1efb5fd465f3e14d1b4b6c4fb065db792811a857 (diff)
downloadmpv-c42795f1ea05acd7db596b107cb002e60bf656c1.tar.bz2
mpv-c42795f1ea05acd7db596b107cb002e60bf656c1.tar.xz
command: make enabling deinterlacing with vdpau work
This restores the capability of enabling deinterlacing with the 'cycle deinterlace' command with vo_vdpau, and also makes it work with vo_opengl.
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