[Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.43,1.44

Nick Kurshev nick at mplayer.dev.hu
Tue Nov 13 18:46:19 CET 2001


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv1999/main/libvo

Modified Files:
	vo_vesa.c 
Log Message:
minor lacks fixing

Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- vo_vesa.c	13 Nov 2001 17:13:33 -0000	1.43
+++ vo_vesa.c	13 Nov 2001 17:46:16 -0000	1.44
@@ -402,6 +402,7 @@
   uint32_t retval;
     if(verbose > 2)
         printf("vo_vesa: query_format was called: %x (%s)\n",format,vo_format_name(format));
+    if(lvo_name) return vlvo_query_info(format);
 	switch(format)
 	{
 		case IMGFMT_YV12:
@@ -681,7 +682,7 @@
 		if(sd_flags & SUBDEV_NODGA) video_mode_info.PhysBasePtr = 0;
 		if( vesa_zoom || fs_mode )
 		{
-		  if( format==IMGFMT_YV12 )
+		  if( format==IMGFMT_YV12 || lvo_name )
 		  {
 		      /* software scale */
 		      if(vesa_zoom > 1)




More information about the MPlayer-cvslog mailing list