summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorBin Jin <bjin@ctrl-d.org>2016-06-11 23:42:59 +0000
committerwm4 <wm4@nowhere>2016-06-12 17:51:50 +0200
commit3d844cddf8179c0a6d1d65ed9c2b13b15f70180e (patch)
treed8862aa13ee69b2b7fcf566deaac1f06a44bcf0d /DOCS
parent0b082b2086d69019edf116bb162a46d3932aefcb (diff)
downloadmpv-3d844cddf8179c0a6d1d65ed9c2b13b15f70180e.tar.bz2
mpv-3d844cddf8179c0a6d1d65ed9c2b13b15f70180e.tar.xz
vo_opengl: make size of OUTPUT available to user shaders
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 7eaf2d6636..8a7d235ca3 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -747,9 +747,9 @@ Available video output drivers are:
Specifies the size of the resulting texture for this pass.
``szexpr`` refers to an expression in RPN (reverse polish
notation), using the operators + - * / > < !, floating point
- literals, and references to existing texture sizes such as
- MAIN.width or CHROMA.height. By default, these are set to HOOKED.w
- and HOOKED.h, respectively.
+ literals, and references to sizes of existing texture and OUTPUT
+ (such as MAIN.width or CHROMA.height). By default, these are set to
+ HOOKED.w and HOOKED.h, respectively.
WHEN <szexpr>
Specifies a condition that needs to be true (non-zero) for the