summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/man/en/mplayer.rst6
-rw-r--r--stream/stream_bluray.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/man/en/mplayer.rst b/DOCS/man/en/mplayer.rst
index 09b8f2357d..8485ee7064 100644
--- a/DOCS/man/en/mplayer.rst
+++ b/DOCS/man/en/mplayer.rst
@@ -8,7 +8,7 @@ Synopsis
| **mplayer** [options] --playlist=PLAYLIST
| **mplayer** [options] files
| **mplayer** [options] {group of files and options}
-| **mplayer** [br]://[title][/device] [options]
+| **mplayer** [bd]://[title][/device] [options]
| **mplayer** dvd://[title|[start\_title]-end\_title][/device] [options]
| **mplayer** \vcd://track[/device]
| **mplayer** \tv://[channel][/input_id] [options]
@@ -610,8 +610,8 @@ EXAMPLES OF MPLAYER USAGE
=========================
Quickstart Blu-ray playing:
- - ``mplayer br:////path/to/disc``
- - ``mplayer br:// --bluray-device=/path/to/disc``
+ - ``mplayer bd:////path/to/disc``
+ - ``mplayer bd:// --bluray-device=/path/to/disc``
Quickstart DVD playing:
``mplayer dvd://1``
diff --git a/stream/stream_bluray.c b/stream/stream_bluray.c
index 68dea3db4c..ffe0200019 100644
--- a/stream/stream_bluray.c
+++ b/stream/stream_bluray.c
@@ -373,7 +373,7 @@ const stream_info_t stream_info_bluray = {
"Benjamin Zores",
"Play Blu-ray discs through external libbluray",
bluray_stream_open,
- { "br", "bluray", NULL },
+ { "bd", "br", "bluray", NULL },
&bluray_stream_opts,
1
};