diff options
author | wm4 <wm4@nowhere> | 2013-03-04 22:20:54 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-03-04 22:20:54 +0100 |
commit | 6ef1a1cddd9ae43c80a337b5224955735b987074 (patch) | |
tree | 31533061fe32304eaab8c007f43557030ac31b50 /DOCS/man | |
parent | 879ebe06554fdd5ed968c3b7ba35488fe0e6017b (diff) | |
download | mpv-6ef1a1cddd9ae43c80a337b5224955735b987074.tar.bz2 mpv-6ef1a1cddd9ae43c80a337b5224955735b987074.tar.xz |
manpage: fix --no-dts typo
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/en/options.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 2e9fd424a4..43482b5c70 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -533,7 +533,7 @@ --dtshd, --no-dtshd When using DTS passthrough, output any DTS-HD track as-is. - With ``--no-dts`` (the default) only the DTS Core parts will be output. + With ``--no-dtshd`` (the default) only the DTS Core parts will be output. DTS-HD tracks can be sent over HDMI but not over the original coax/toslink S/PDIF system. |