summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-28 23:57:06 +0100
committerwm4 <wm4@nowhere>2014-11-29 00:04:00 +0100
commit4ce7a2ede91cbb663c47c856a43f9ee2e95cdd48 (patch)
treec7515f7a97cab1b4ec22d6a1ba6e635164dfa2b5 /DOCS
parent3295caca3d21b20ccab19ab3420d07a139b4f200 (diff)
downloadmpv-4ce7a2ede91cbb663c47c856a43f9ee2e95cdd48.tar.bz2
mpv-4ce7a2ede91cbb663c47c856a43f9ee2e95cdd48.tar.xz
vo_opengl: disable fancy-downscaling for anamorphic video
Includes some arbitrary minor refactoring.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index a4e119224e..d1761099da 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -469,6 +469,9 @@ Available video output drivers are:
When using convolution based filters, extend the filter size
when downscaling. Trades quality for reduced downscaling performance.
+ This is automatically disabled for anamorphic video, because this
+ feature doesn't work correctly with this.
+
``no-npot``
Force use of power-of-2 texture sizes. For debugging only.
Borders will be distorted due to filtering.