Mercurial > mplayer.hg
changeset 2044:22af88697263
Sync with arpi's changes of no-scale case 1.0->0.0.
author | atmos4 |
---|---|
date | Tue, 02 Oct 2001 08:31:46 +0000 |
parents | df489b17c04d |
children | deb4aff05c44 |
files | dec_video.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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: