From 4ce7a2ede91cbb663c47c856a43f9ee2e95cdd48 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 28 Nov 2014 23:57:06 +0100 Subject: vo_opengl: disable fancy-downscaling for anamorphic video Includes some arbitrary minor refactoring. --- DOCS/man/vo.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DOCS/man') 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. -- cgit v1.2.3