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
1 changed files with 3 additions and 0 deletions

View File

@ -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