stream_dvd, stream_dvdnav: map dvd:// to dvdnav

The old stream_dvd.c implementation is still available under dvdread://.
This commit is contained in:
wm4
2014-06-20 19:43:51 +02:00
parent e41755553b
commit 8ce73ebbe0
2 changed files with 3 additions and 3 deletions

View File

@@ -737,7 +737,7 @@ static int open_s(stream_t *stream)
const stream_info_t stream_info_dvdnav = {
.name = "dvdnav",
.open = open_s,
.protocols = (const char*const[]){ "dvdnav", NULL },
.protocols = (const char*const[]){ "dvd", "dvdnav", NULL },
.priv_size = sizeof(struct priv),
.priv_defaults = &stream_priv_dflts,
.options = stream_opts_fields,