Commit 626f42f8 authored by Rafaël Carré's avatar Rafaël Carré

Use the correct access

parent 004f5377
...@@ -117,7 +117,7 @@ static int Demux( demux_t *p_demux ) ...@@ -117,7 +117,7 @@ static int Demux( demux_t *p_demux )
EnsureUTF8( psz_name ); 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++ ) for( i = 0; i< i_options; i++ )
{ {
EnsureUTF8( ppsz_options[i] ); EnsureUTF8( ppsz_options[i] );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment