git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3defa30
)
xspf demuxer: removes some warning
author
Rafaël Carré
<funman@videolan.org>
Tue, 30 Oct 2007 01:08:03 +0000
(
01:08
+0000)
committer
Rafaël Carré
<funman@videolan.org>
Tue, 30 Oct 2007 01:08:03 +0000
(
01:08
+0000)
modules/demux/playlist/xspf.c
patch
|
blob
|
history
diff --git
a/modules/demux/playlist/xspf.c
b/modules/demux/playlist/xspf.c
index
dcd5723
..
9b9dec3
100644
(file)
--- a/
modules/demux/playlist/xspf.c
+++ b/
modules/demux/playlist/xspf.c
@@
-679,7
+679,7
@@
static vlc_bool_t parse_extension_node COMPLEX_INTERFACE
psz_title = unescape_URI_duplicate( psz_value );
}
/* extension attribute: application */
- if( !strcmp( psz_name, "application" ) )
+
else
if( !strcmp( psz_name, "application" ) )
{
psz_application = strdup( psz_value );
}