[vlc-devel] commit: Use the correct access ( Rafaël Carré )
git version control
git at videolan.org
Sun Apr 13 15:53:57 CEST 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Apr 13 15:54:51 2008 +0200| [626f42f86e0676a6ac15261d90303555a4c4d4da]
Use the correct access
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=626f42f86e0676a6ac15261d90303555a4c4d4da
---
modules/demux/playlist/dvb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/playlist/dvb.c b/modules/demux/playlist/dvb.c
index 1dd1461..97faa60 100644
--- a/modules/demux/playlist/dvb.c
+++ b/modules/demux/playlist/dvb.c
@@ -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] );
More information about the vlc-devel
mailing list