summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-21 22:23:45 +0200
committerwm4 <wm4@nowhere>2012-11-01 02:07:46 +0100
commit3466057febaf5790b3ce88db1726058d9852f28d (patch)
treeb14ee728de42faf6c0987e3d64550055567b0698
parent8afa8c1ce58bfbeed1b66059364dee5ff3f10ceb (diff)
downloadmpv-3466057febaf5790b3ce88db1726058d9852f28d.tar.bz2
mpv-3466057febaf5790b3ce88db1726058d9852f28d.tar.xz
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.
-rw-r--r--libvo/vo_vdpau.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvo/vo_vdpau.c b/libvo/vo_vdpau.c
index 9f72249c4b..dcd6bb321d 100644
--- a/libvo/vo_vdpau.c
+++ b/libvo/vo_vdpau.c
@@ -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;