diff options
author | wm4 <wm4@nowhere> | 2015-05-21 19:27:47 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-05-21 19:27:47 +0200 |
commit | cf023e1f3aeccc4e8b04edf5fc5fd2d9bd96e620 (patch) | |
tree | bee0a1077c254e3ec962d81dda2ae034ff2bd79b /DOCS/man | |
parent | f07ef6087df7e72131e8513a299d0c8dba8e695a (diff) |
vo_opengl: remove npot option
Completely useless.
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/vo.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index b6a6baf91d..443a6bdea1 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -537,10 +537,6 @@ Available video output drivers are: The slope of the sigmoid curve used for ``sigmoid-upscaling``, must be a float between 1.0 and 20.0. Defaults to 6.5 if not specified. - ``no-npot`` - Force use of power-of-2 texture sizes. For debugging only. - Borders will be distorted due to filtering. - ``glfinish`` Call ``glFinish()`` before and after swapping buffers (default: disabled). Slower, but might help getting better results when doing framedropping. |