summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/mpv.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 97488f39b9..d7564c3b57 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -728,9 +728,8 @@ PROTOCOLS
``bd://[title][/device]`` ``--bluray-device=PATH``
- Play a Blu-ray disc. Currently, this does not accept ISO files. Instead,
- you must mount the ISO file as filesystem, and point ``--bluray-device``
- to the mounted directory directly.
+ Play a Blu-ray disc. Since libbluray 1.0.1, you can read from ISO files
+ by passing them to ``--bluray-device``.
``title`` can be: ``longest`` or ``first`` (selects the default
playlist); ``mpls/<number>`` (selects <number>.mpls playlist);
@@ -750,7 +749,7 @@ PROTOCOLS
``dvdread://...:``
Play a DVD using the old libdvdread code. This is what MPlayer and
- older mpv versions use for ``dvd://``. Use is discouraged. It's
+ older mpv versions used for ``dvd://``. Use is discouraged. It's
provided only for compatibility and for transition, and to work
around outstanding dvdnav bugs (see "DVD library choices" above).