diff options
author | wm4 <wm4@nowhere> | 2015-11-23 09:55:39 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-11-23 09:55:39 +0100 |
commit | c9d1aa1d3cfefd8270e73299cd7836a8057556e7 (patch) | |
tree | 7a1188331097508bcd95e4b7d84f633561e4deaa | |
parent | 718807b78b689f8f478b08ebaa101afce9ffd3dd (diff) |
manpage: clarify correct-downscaling description
Someone complained about the wording.
-rw-r--r-- | DOCS/man/vo.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index 031232030e..af05da5207 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -546,7 +546,8 @@ Available video output drivers are: ``correct-downscaling`` When using convolution based filters, extend the filter size - when downscaling. Trades quality for reduced downscaling performance. + when downscaling. Increases quality, but reduces performance while + downscaling. This will perform slightly sub-optimally for anamorphic video (but still better than without it) since it will extend the size to match only the |