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
9d546a7e
Commit
9d546a7e
authored
Jul 15, 2009
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
itml: indentation.
parent
72ddabb8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
78 additions
and
83 deletions
+78
-83
modules/demux/playlist/itml.c
modules/demux/playlist/itml.c
+78
-83
No files found.
modules/demux/playlist/itml.c
View file @
9d546a7e
...
@@ -218,21 +218,16 @@ static bool parse_dict( demux_t *p_demux, input_item_t *p_input_item,
...
@@ -218,21 +218,16 @@ static bool parse_dict( demux_t *p_demux, input_item_t *p_input_item,
/* 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_handler
->
pf_handler
.
cmplx
(
p_demux
,
if
(
p_handler
->
pf_handler
.
cmplx
(
p_demux
,
p_input_item
,
NULL
,
p_input_item
,
p_xml_reader
,
p_handler
->
name
,
NULL
,
p_xml_reader
,
p_handler
->
name
,
NULL
)
)
NULL
)
)
{
{
p_handler
=
NULL
;
p_handler
=
NULL
;
FREE_ATT_KEY
();
FREE_ATT_KEY
();
}
}
else
else
{
goto
end
;
goto
end
;
}
}
}
break
;
break
;
case
XML_READER_TEXT
:
case
XML_READER_TEXT
:
...
@@ -262,7 +257,7 @@ static bool parse_dict( demux_t *p_demux, input_item_t *p_input_item,
...
@@ -262,7 +257,7 @@ static bool parse_dict( demux_t *p_demux, input_item_t *p_input_item,
}
}
/* there MUST have been a start tag for that element name */
/* there MUST have been a start tag for that element name */
if
(
!
p_handler
||
!
p_handler
->
name
if
(
!
p_handler
||
!
p_handler
->
name
||
strcmp
(
p_handler
->
name
,
psz_name
)
)
||
strcmp
(
p_handler
->
name
,
psz_name
)
)
{
{
msg_Err
(
p_demux
,
"there's no open element left for <%s>"
,
msg_Err
(
p_demux
,
"there's no open element left for <%s>"
,
psz_name
);
psz_name
);
...
...
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