0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02: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:
alex 2002-07-05 15:34:17 +00:00
parent 8f3882cff5
commit c4a2fc2976

View File

@ -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();