diff --git a/src/input/input_mp4.cpp b/src/input/input_mp4.cpp index 5c986a62..1496c1a6 100644 --- a/src/input/input_mp4.cpp +++ b/src/input/input_mp4.cpp @@ -253,7 +253,9 @@ namespace Mist { myMeta.tracks[trackNo].lang = mdhdBox.getLanguage(); std::string hdlrType = mdiaBox.getChild().getHandlerType(); - if (hdlrType != "vide" && hdlrType != "soun" && hdlrType != "stbl"){ + if (hdlrType != "vide" && hdlrType != "soun" && hdlrType != "sbtl"){ + headerData.erase(trackNo); + myMeta.tracks.erase(trackNo); break; }