mirror of
https://github.com/mpv-player/mpv
synced 2025-03-01 11:50:48 +00:00
fixed mga resize-to-0x0 bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6650 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8f3882cff5
commit
c4a2fc2976
@ -165,7 +165,6 @@ static void set_window(int force_update,const vo_tune_info_t *info)
|
||||
vo_screenwidth, vo_screenheight,info) != 0)
|
||||
{
|
||||
mp_msg(MSGT_VO, MSGL_FATAL, "Can't initialize VIDIX driver: %s\n", strerror(errno));
|
||||
uninit();
|
||||
exit_player("vidix error"); /* !!! */
|
||||
}
|
||||
vidix_start();
|
||||
|
Loading…
Reference in New Issue
Block a user