From ac2047e02e766abfad2f209160fb445937e2a919 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 15 Sep 2014 18:29:53 +0200 Subject: manpage: clarify description of dwidth/dheight --- DOCS/man/input.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 54d989c943..c39be9556f 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -1040,13 +1040,17 @@ Property list ``dwidth``, ``dheight`` Video display size. This is the video size after filters and aspect scaling have been applied. The actual video window size can still be different - from this. + from this, e.g. if the user resized the video window manually. + + These have the same values as ``video-out-params/dw`` and + ``video-out-params/dh``. ``video-out-params`` Same as ``video-params``, but after video filters have been applied. If there are no video filters in use, this will contain the same values as ``video-params``. Note that this is still not necessarily what the video - window uses, since all real VOs do their own scaling. + window uses, since the user can change the window size, and all real VOs + do their own scaling independently from the filter chain. Has the same sub-properties as ``video-params``. -- cgit v1.2.3