Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
4a590357
Commit
4a590357
authored
Oct 25, 2009
by
Ilkka Ollakka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asx.c: check for </MoreInfo> tag also
this should fix #3013
parent
36acc922
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/demux/playlist/asx.c
modules/demux/playlist/asx.c
+2
-0
No files found.
modules/demux/playlist/asx.c
View file @
4a590357
...
...
@@ -433,6 +433,8 @@ static int Demux( demux_t *p_demux )
}
if
(
(
psz_parse
=
strcasestr
(
psz_parse
,
"/>"
)
)
)
psz_parse
+=
2
;
else
if
(
(
psz_parse
=
strcasestr
(
psz_parse
,
"</MoreInfo>"
)
)
)
psz_parse
+=
11
;
else
continue
;
}
else
if
(
!
strncasecmp
(
psz_parse
,
"<ABSTRACT>"
,
10
)
)
...
...
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