summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-01 21:03:58 +0200
committerwm4 <wm4@nowhere>2012-09-18 21:04:46 +0200
commite47b779bfc7e3a92a6c483f76ae642f86ca30fba (patch)
treeef6be81b8ded80a2638c27617ca069a25dd65a4c /stream
parent2b80f516fd2d2f3c9081ba0827623cfa21c75f53 (diff)
downloadmpv-e47b779bfc7e3a92a6c483f76ae642f86ca30fba.tar.bz2
mpv-e47b779bfc7e3a92a6c483f76ae642f86ca30fba.tar.xz
bluray: add bd:// as stream prefix
The existing short prefix, br://, was not very intuitive.
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_bluray.c2
1 files changed, 1 insertions, 1 deletions
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
};