mirror of
https://github.com/mpv-player/mpv
synced 2025-01-11 17:39:38 +00:00
Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_xvmc.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28864 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
05119ecaf6
commit
fca7818668
@ -295,8 +295,6 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
|
||||
current_buf = 0;
|
||||
current_ip_buf = 0;
|
||||
|
||||
if ((flags & VOFLAG_FULLSCREEN) && WinID <= 0) vo_fs = 1;
|
||||
|
||||
resize();
|
||||
|
||||
return 0;
|
||||
|
@ -664,8 +664,6 @@ skip_surface_allocation:
|
||||
#endif
|
||||
}
|
||||
|
||||
if ((flags & VOFLAG_FULLSCREEN) && WinID <= 0) vo_fs = 1;
|
||||
|
||||
//end vo_xv
|
||||
|
||||
/* store image dimesions for displaying */
|
||||
|
Loading…
Reference in New Issue
Block a user