summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-09 17:39:22 +0200
committerwm4 <wm4@nowhere>2016-09-09 17:54:35 +0200
commitc15764101943e93ea9e8223596d8a6a2571494c3 (patch)
treec3221d9e7e545c8fd2e35cb440ca52c37e0e02e0 /DOCS/man/mpv.rst
parent5324fb731f6ea866e9804c659417c231157d4d75 (diff)
downloadmpv-c15764101943e93ea9e8223596d8a6a2571494c3.tar.bz2
mpv-c15764101943e93ea9e8223596d8a6a2571494c3.tar.xz
stream_cdda: remove weird option parsing stuff
Mostly untested. This is not compatible. It removes the URL fields for track range and cdrom speed (what did this even do). The device is not not to be prefixed with an additional "/" if it's put into the URL. I can't be bothered to keep these things compatible, just rip your damn CDs instead.
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 4d2a20bce1..75b561af7a 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -682,7 +682,7 @@ PROTOCOLS
``mf://[filemask|@listfile]`` ``--mf-...``
Play a series of images as video.
-``cdda://track[-endtrack][:speed][/device]`` ``--cdrom-device=PATH`` ``--cdda-...``
+``cdda://[device]`` ``--cdrom-device=PATH`` ``--cdda-...``
Play CD.
``lavf://...``