# HG changeset patch # User atmos4 # Date 1002011506 0 # Node ID 22af8869726372e6047d225a80f41af8eabd9a3a # Parent df489b17c04d4860efcef93a605ccb52a2125ef9 Sync with arpi's changes of no-scale case 1.0->0.0. diff -r df489b17c04d -r 22af88697263 dec_video.c --- a/dec_video.c Mon Oct 01 23:34:05 2001 +0000 +++ b/dec_video.c Tue Oct 02 08:31:46 2001 +0000 @@ -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: