summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-09-18 13:28:59 +0200
committerDudemanguy <random342@airmail.cc>2023-09-20 19:08:19 +0000
commit20e584f60bdac96ed915151cf0f92d8282c0a0b3 (patch)
tree4e5185bf2eba0657534324936ff172508222a29f /DOCS/man/options.rst
parent582c7556c697a1efd24c9e71c91ef8c5a77acd0d (diff)
downloadmpv-20e584f60bdac96ed915151cf0f92d8282c0a0b3.tar.bz2
mpv-20e584f60bdac96ed915151cf0f92d8282c0a0b3.tar.xz
options: make video-crop validation more strict
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index baad2f6e1f..f6fde85955 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1574,7 +1574,7 @@ Video
This works with hwdec, unlike the equivalent 'lavfi-crop'. When offset is
omitted, the central area will be cropped. Setting the crop to empty one
``--video-crop=0x0+0+0`` overrides container crop and disables cropping.
- Setting the crop to ``--video-crop=0`` disables manual cropping and restores
+ Setting the crop to ``--video-crop=""`` disables manual cropping and restores
the container crop if it's specified.
``--video-zoom=<value>``