[vlc-commits] xspf demux: fix tree-parsing
Ilkka Ollakka
git at videolan.org
Wed Jan 19 23:46:30 CET 2011
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Thu Jan 20 00:46:02 2011 +0200| [170c03741877286612db725a09213705fad0436b] | committer: Ilkka Ollakka
xspf demux: fix tree-parsing
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=170c03741877286612db725a09213705fad0436b
---
modules/demux/playlist/xspf.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/demux/playlist/xspf.c b/modules/demux/playlist/xspf.c
index f7a3c99..ddca222 100644
--- a/modules/demux/playlist/xspf.c
+++ b/modules/demux/playlist/xspf.c
@@ -895,8 +895,6 @@ static bool parse_extitem_node COMPLEX_INTERFACE
p_demux->p_sys->pp_tracklist[i_tid] = NULL;
}
- xml_ReaderNextNode( p_xml_reader );
-
return true;
}
More information about the vlc-commits
mailing list