[Mplayer-cvslog] CVS: main/libvo vo_svga.c,1.5,1.6

Zoltan Mark Vician se7encode at users.sourceforge.net
Fri Apr 6 12:30:32 CEST 2001


Update of /cvsroot/mplayer/main/libvo
In directory usw-pr-cvs1:/tmp/cvs-serv23426

Modified Files:
	vo_svga.c 
Log Message:

Some bugfix.


Index: vo_svga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_svga.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** vo_svga.c	2001/04/06 10:25:47	1.5
--- vo_svga.c	2001/04/06 10:30:29	1.6
***************
*** 153,157 ****
    
    printf("SVGAlib resolution: %dx%d %dbpp - ", WIDTH, HEIGHT, bpp);
!   if (maxw != orig_w || maxh != orig_h) printf("Video scaled to: %dx%d %f.2\n",maxw,maxh,scaling);
    else printf("No video scaling\n");
  
--- 153,157 ----
    
    printf("SVGAlib resolution: %dx%d %dbpp - ", WIDTH, HEIGHT, bpp);
!   if (maxw != orig_w || maxh != orig_h) printf("Video scaled to: %dx%d\n",maxw,maxh);
    else printf("No video scaling\n");
  


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list