mirror of https://github.com/mpv-player/mpv
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:
parent
1efb5fd465
commit
c42795f1ea
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue