Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
626f42f8
Commit
626f42f8
authored
Apr 13, 2008
by
Rafaël Carré
Browse files
Use the correct access
parent
004f5377
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/demux/playlist/dvb.c
View file @
626f42f8
...
@@ -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
]
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment