0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

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.
This commit is contained in:
wm4 2014-04-29 15:16:59 +02:00
parent 1efb5fd465
commit c42795f1ea

View File

@ -1535,6 +1535,9 @@ static int mp_property_fullscreen(m_option_t *prop,
static const char *deint_filters[] = { static const char *deint_filters[] = {
"yadif", "yadif",
#if HAVE_VDPAU
"vdpaupp:deint=yes",
#endif
#if HAVE_VAAPI_VPP #if HAVE_VAAPI_VPP
"vavpp", "vavpp",
#endif #endif