bluray: add bd:// as stream prefix

The existing short prefix, br://, was not very intuitive.
This commit is contained in:
wm4
2012-09-01 21:03:58 +02:00
parent 2b80f516fd
commit e47b779bfc
2 changed files with 4 additions and 4 deletions

View File

@@ -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
};