mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
partial fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6018 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5a26c56aad
commit
dccafd21fb
@ -218,8 +218,6 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,
|
||||
break;
|
||||
}
|
||||
|
||||
if (X_already_started)
|
||||
return(-1);
|
||||
if (!vo_init())
|
||||
return(-1);
|
||||
|
||||
@ -236,8 +234,6 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,
|
||||
// if (vo_fs)
|
||||
// { vo_old_width=d_width; vo_old_height=d_height; }
|
||||
|
||||
X_already_started++;
|
||||
|
||||
/* from xmga.c */
|
||||
bgColor = 0x0L;
|
||||
switch(vo_depthonscreen)
|
||||
|
Loading…
Reference in New Issue
Block a user