1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-05 22:52:18 +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:
wm4 2012-10-21 22:23:45 +02:00
parent 8afa8c1ce5
commit 3466057feb

View File

@ -911,9 +911,6 @@ static int config(struct vo *vo, uint32_t width, uint32_t height,
}
#endif
if ((flags & VOFLAG_FULLSCREEN) && WinID <= 0)
vo_fs = 1;
if (initialize_vdpau_objects(vo) < 0)
return -1;