From 170c03741877286612db725a09213705fad0436b Mon Sep 17 00:00:00 2001 From: Ilkka Ollakka Date: Thu, 20 Jan 2011 00:46:02 +0200 Subject: [PATCH] xspf demux: fix tree-parsing --- modules/demux/playlist/xspf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/demux/playlist/xspf.c b/modules/demux/playlist/xspf.c index f7a3c9970e..ddca22210d 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; } -- 2.39.2