Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
8e9df2d7
Commit
8e9df2d7
authored
Aug 19, 2009
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demux_xspf: remove dummy test (the test is done at the begining of the function
and the pointer is never modified).
parent
a19cacad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
modules/demux/playlist/xspf.c
modules/demux/playlist/xspf.c
+0
-15
No files found.
modules/demux/playlist/xspf.c
View file @
8e9df2d7
...
@@ -445,14 +445,6 @@ static bool parse_track_node COMPLEX_INTERFACE
...
@@ -445,14 +445,6 @@ static bool parse_track_node COMPLEX_INTERFACE
/* complex content is parsed in a separate function */
/* complex content is parsed in a separate function */
if
(
p_handler
->
type
==
COMPLEX_CONTENT
)
if
(
p_handler
->
type
==
COMPLEX_CONTENT
)
{
{
if
(
!
p_new_input
)
{
msg_Err
(
p_demux
,
"at <%s> level no new item has been allocated"
,
p_handler
->
name
);
FREE_ATT
();
return
false
;
}
if
(
p_handler
->
pf_handler
.
cmplx
(
p_demux
,
if
(
p_handler
->
pf_handler
.
cmplx
(
p_demux
,
p_new_input
,
p_new_input
,
p_xml_reader
,
p_xml_reader
,
...
@@ -570,13 +562,6 @@ static bool parse_track_node COMPLEX_INTERFACE
...
@@ -570,13 +562,6 @@ static bool parse_track_node COMPLEX_INTERFACE
else
else
{
{
/* there MUST be an item */
/* there MUST be an item */
if
(
!
p_new_input
)
{
msg_Err
(
p_demux
,
"item not yet created at <%s>"
,
psz_name
);
FREE_ATT
();
return
false
;
}
if
(
p_handler
->
pf_handler
.
smpl
)
if
(
p_handler
->
pf_handler
.
smpl
)
{
{
p_handler
->
pf_handler
.
smpl
(
p_new_input
,
p_handler
->
pf_handler
.
smpl
(
p_new_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