Mercurial > mplayer.hg
changeset 4083:00c1bba6ca14
Minor bugs and new vidix stuff support
author | nick |
---|---|
date | Thu, 10 Jan 2002 18:01:19 +0000 |
parents | 802a745a52b0 |
children | e7be28567230 |
files | libvo/vo_vesa.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_vesa.c Thu Jan 10 18:00:23 2002 +0000 +++ b/libvo/vo_vesa.c Thu Jan 10 18:01:19 2002 +0000 @@ -424,7 +424,7 @@ printf("vo_vesa: subdevice %s have been initialized\n",vo_subdevice); if(vo_subdevice) parseSubDevice(vo_subdevice); if(lvo_name) pre_init_err = vlvo_preinit(lvo_name); - else if(vidix_name) pre_init_err = vidix_preinit(vidix_name); + else if(vidix_name) pre_init_err = vidix_preinit(vidix_name,&video_out_vesa); if(verbose > 2) printf("vo_subdevice: initialization returns: %i\n",pre_init_err); first = 0; @@ -887,10 +887,10 @@ { printf("vo_vesa: Can't initialize VIDIX driver\n"); vidix_name = NULL; - vesa_term(); + vidix_term(); return -1; } - else printf("vo_vesa: Using VIDIX\n",lvo_name); + else printf("vo_vesa: Using VIDIX\n"); } } else