From 2aae5ce0bae31f97d2506c455596150fdea49b0b Mon Sep 17 00:00:00 2001 From: igv Date: Sun, 3 Jul 2016 15:06:41 +0300 Subject: vo_opengl: make size of a cropped source image available to user shaders --- DOCS/man/options.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 61a5f61a37..2a56097f77 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -4141,9 +4141,11 @@ The following video options are currently all specific to ``--vo=opengl`` and 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 - 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. + sizes of existing texture (such as MAIN.width or CHROMA.height), + OUTPUT, or NATIVE_CROPPED (size of an input texture cropped after + pan-and-scan, video-align-x/y, video-pan-x/y, etc. and possibly + prescaled). By default, these are set to HOOKED.w and HOOKED.h, + espectively. WHEN Specifies a condition that needs to be true (non-zero) for the shader -- cgit v1.2.3