[Mplayer-cvslog] CVS: main dec_video.c,1.42,1.43

Atmosfear atmos4 at mplayer.dev.hu
Tue Oct 2 10:32:06 CEST 2001


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

Modified Files:
	dec_video.c 
Log Message:
Sync with arpi's changes of no-scale case 1.0->0.0.


Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/dec_video.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- dec_video.c	1 Oct 2001 15:58:17 -0000	1.42
+++ dec_video.c	2 Oct 2001 08:31:46 -0000	1.43
@@ -689,8 +689,8 @@
                "SECAM) and the movie resolution (720x576,352x240,480x480,...) to the MPlayer"
                " developers, so that we can add support for it!\nAssuming 1:1 aspect for now.\n",
                picture->aspect_ratio_information);
-     case 1:  // VGA 1:1
-       sh_video->aspect=1.0;
+     case 1:  // VGA 1:1 - do not prescale
+       sh_video->aspect=0.0;
      break;
    }
    // display info:




More information about the MPlayer-cvslog mailing list