mirror of
https://github.com/mpv-player/mpv
synced 2025-02-11 09:27:26 +00:00
vo_vdpau: remove unneeded assignment to vo_fs
This is already done by x11_common.c. Other X11 VOs don't touch the vo_fs variable directly.
This commit is contained in:
parent
8afa8c1ce5
commit
3466057feb
@ -911,9 +911,6 @@ static int config(struct vo *vo, uint32_t width, uint32_t height,
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if ((flags & VOFLAG_FULLSCREEN) && WinID <= 0)
|
|
||||||
vo_fs = 1;
|
|
||||||
|
|
||||||
if (initialize_vdpau_objects(vo) < 0)
|
if (initialize_vdpau_objects(vo) < 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user