demux/playlist: itml: do not halt parsing on unsupported track
commit30d66a77a5c3024da1cc6971e0dc22923252665f
authorFilip Roséen <filip@atch.se>
Sun, 21 May 2017 18:49:04 +0000 (21 20:49 +0200)
committerMarvin Scholz <epirat07@gmail.com>
Sun, 21 May 2017 22:06:12 +0000 (22 00:06 +0200)
treeff8063eda10efdef56c91028eef300b3f0386f30
parentce0d3b2c8be8126f272abe1c591d8a300a7ab190
demux/playlist: itml: do not halt parsing on unsupported track

This change makes it so that a track without <key>Location</key> is
simply ignored, instead of it preventing further tracks within the
playlist to be parsed (as we should of course import as many tracks as
we possibly can, even if there are some we simply cannot handle).

Signed-off-by: Marvin Scholz <epirat07@gmail.com>
modules/demux/playlist/itml.c