Mercurial > mplayer.hg
changeset 6649:59450f72078f
fixed mga resize-to-0x0 bug
author | alex |
---|---|
date | Fri, 05 Jul 2002 15:34:17 +0000 |
parents | 55e3129208fc |
children | 345958ed44e5 |
files | libvo/vo_xvidix.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_xvidix.c Fri Jul 05 15:29:12 2002 +0000 +++ b/libvo/vo_xvidix.c Fri Jul 05 15:34:17 2002 +0000 @@ -165,7 +165,6 @@ 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();