]> git.sesse.net Git - vlc/commitdiff
Use the correct access
authorRafaël Carré <funman@videolan.org>
Sun, 13 Apr 2008 13:54:51 +0000 (15:54 +0200)
committerRafaël Carré <funman@videolan.org>
Sun, 13 Apr 2008 13:54:51 +0000 (15:54 +0200)
modules/demux/playlist/dvb.c

index 1dd1461d59959788721059eec9fe8c590c97ff1b..97faa6054105589411ed13b08699d845048a9035 100644 (file)
@@ -117,7 +117,7 @@ static int Demux( demux_t *p_demux )
 
         EnsureUTF8( psz_name );
 
-        p_input = input_ItemNewExt( p_playlist, "dvb:", psz_name, 0, NULL, -1 );
+        p_input = input_ItemNewExt( p_playlist, "dvb://", psz_name, 0, NULL, -1 );
         for( i = 0; i< i_options; i++ )
         {
             EnsureUTF8( ppsz_options[i] );