From e47b779bfc7e3a92a6c483f76ae642f86ca30fba Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 1 Sep 2012 21:03:58 +0200 Subject: bluray: add bd:// as stream prefix The existing short prefix, br://, was not very intuitive. --- DOCS/man/en/mplayer.rst | 6 +++--- stream/stream_bluray.c | 2 +- 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 }; -- cgit v1.2.3