mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
bluray: add bd:// as stream prefix
The existing short prefix, br://, was not very intuitive.
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user