mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 10:26:00 +00:00
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
This commit is contained in:
parent
e91f77aff3
commit
d65a7da221
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user