summaryrefslogtreecommitdiffstats
path: root/dec_video.c
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-02 08:31:46 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-02 08:31:46 +0000
commitd65a7da22183da0bb47eeea99da9cd44087cf395 (patch)
treeaea7dc49f539229410012b1ba7b8fdd17843cde1 /dec_video.c
parente91f77aff36a2d9d0855171a2e39a0c6edf49aaa (diff)
downloadmpv-d65a7da22183da0bb47eeea99da9cd44087cf395.tar.bz2
mpv-d65a7da22183da0bb47eeea99da9cd44087cf395.tar.xz
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
Diffstat (limited to 'dec_video.c')
-rw-r--r--dec_video.c4
1 files changed, 2 insertions, 2 deletions
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: