summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-06 21:13:55 +0200
committerwm4 <wm4@nowhere>2015-05-06 21:48:39 +0200
commit9434aa75b2613b1d00ad713f5db7a6e4f639792c (patch)
treed0f067c541d4b1830e19f1b7f2a48ac3fc8fcad3 /DOCS
parentf58d3591d9c192c9d68a76a0a4ffddd7516c0ef2 (diff)
downloadmpv-9434aa75b2613b1d00ad713f5db7a6e4f639792c.tar.bz2
mpv-9434aa75b2613b1d00ad713f5db7a6e4f639792c.tar.xz
manpage: do not use deprecated syntax in example
Diffstat (limited to 'DOCS')
-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 52c42b58c8..e5da5fe536 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2140,7 +2140,7 @@ Demuxer
Play a raw YUV sample::
mpv sample-720x576.yuv --demuxer=rawvideo \
- --demuxer-rawvideo=w=720:h=576
+ --demuxer-rawvideo-w=720 --demuxer-rawvideo-h=576
``--demuxer-rawvideo-format=<value>``
Color space (fourcc) in hex or string for ``--demuxer=rawvideo``