Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
f9934c83
Commit
f9934c83
authored
Oct 01, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WPL: remove silly cut&paste from M3U
parent
72ef1530
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
modules/demux/playlist/wpl.c
modules/demux/playlist/wpl.c
+0
-13
No files found.
modules/demux/playlist/wpl.c
View file @
f9934c83
...
...
@@ -74,18 +74,6 @@ void Close_WPL( vlc_object_t *p_this )
free
(
p_demux
->
p_sys
);
}
static
inline
void
MaybeFromLocaleRep
(
char
**
str
)
{
char
*
const
orig_str
=
*
str
;
if
((
orig_str
!=
NULL
)
&&
!
IsUTF8
(
orig_str
))
{
*
str
=
FromLocaleDup
(
orig_str
);
free
(
orig_str
);
}
}
static
int
Demux
(
demux_t
*
p_demux
)
{
char
*
psz_line
;
...
...
@@ -111,7 +99,6 @@ static int Demux( demux_t *p_demux )
if
(
!
EMPTY_STR
(
psz_uri
)
)
{
psz_uri
=
ProcessMRL
(
psz_uri
,
p_demux
->
p_sys
->
psz_prefix
);
MaybeFromLocaleRep
(
&
psz_uri
);
p_input
=
input_item_NewExt
(
p_demux
,
psz_uri
,
psz_uri
,
0
,
NULL
,
0
,
-
1
);
input_item_AddSubItem
(
p_current_input
,
p_input
);
...
...
Write
Preview
Markdown
is supported
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