demux/playlist/itml: remove unnecessary branch
commitd8a1ff9974aa3762ab524d127a9b8c635313d057
authorFilip Roséen <filip@atch.se>
Wed, 15 Mar 2017 09:10:13 +0000 (15 10:10 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 15 Mar 2017 18:31:55 +0000 (15 19:31 +0100)
treeaae716b5087f1a2210244c82bbc16f79252665b8
parent30f79d78d526188ed0e057c7b570c02db4a2ac08
demux/playlist/itml: remove unnecessary branch

An xml-document containing a tag without a name is ill-formed, so this
case will never happen in practice (as the xml-reader will error out
before).

However, if it for some reason would happen, it will be handled due to
the fact that there will not be any handler matching "".

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/playlist/itml.c