From d65a7da22183da0bb47eeea99da9cd44087cf395 Mon Sep 17 00:00:00 2001 From: atmos4 Date: Tue, 2 Oct 2001 08:31:46 +0000 Subject: Sync with arpi's changes of no-scale case 1.0->0.0. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2045 b3059339-0415-0410-9bf9-f77b7e298cf2 --- dec_video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dec_video.c') diff --git a/dec_video.c b/dec_video.c index ed1bf4e167..a2b6d1b8a4 100644 --- a/dec_video.c +++ b/dec_video.c @@ -689,8 +689,8 @@ switch(d_video->demuxer->file_format){ "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: -- cgit v1.2.3