diff options
author | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-03-06 21:22:08 +0000 |
---|---|---|
committer | nicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-03-06 21:22:08 +0000 |
commit | 1d615eb192c1050fa34c674d7da8494fbf04f01f (patch) | |
tree | ac7579172ce03d2119a6b6febcdf86eb234fb223 | |
parent | 0cde42489742cd277e64847950c7de854579a1fd (diff) |
documented scale=-n where n <= -9
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14926 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/man/en/mplayer.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index c16489fd90..25b72b124a 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -4131,6 +4131,8 @@ incapable of scaling, it defaults to d_width/\:d_height! -2: Calculate w/\:h using the other dimension and the prescaled aspect ratio. .br -3: Calculate w/\:h using the other dimension and the original aspect ratio. +.br +-(n+8): Like -n above, but rounding the dimension to the closest multiple of 16. .REss .IPs <interlaced> Toggle interlaced scaling. |