]> git.sesse.net Git - vlc/commitdiff
xspf demux: fix tree-parsing
authorIlkka Ollakka <ileoo@videolan.org>
Wed, 19 Jan 2011 22:46:02 +0000 (00:46 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Wed, 19 Jan 2011 22:46:08 +0000 (00:46 +0200)
modules/demux/playlist/xspf.c

index f7a3c9970e186821bf8531bdea3e6d925cc6dffa..ddca22210d99088e88113da289ded8b0c92d5e94 100644 (file)
@@ -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;
 }