From c42795f1ea05acd7db596b107cb002e60bf656c1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 29 Apr 2014 15:16:59 +0200 Subject: 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. --- player/command.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'player') 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 -- cgit v1.2.3