From 8ce73ebbe0167a7a6fd3555a9fe24b4f8f3202e2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 20 Jun 2014 19:43:51 +0200 Subject: stream_dvd, stream_dvdnav: map dvd:// to dvdnav The old stream_dvd.c implementation is still available under dvdread://. --- stream/stream_dvdnav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/stream_dvdnav.c') diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c index b2b10d5bf4..59f10f6103 100644 --- a/stream/stream_dvdnav.c +++ b/stream/stream_dvdnav.c @@ -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, -- cgit v1.2.3