diff --git a/taglib/mpeg/xingheader.cpp b/taglib/mpeg/xingheader.cpp index 93c5ad39..23b645ae 100644 --- a/taglib/mpeg/xingheader.cpp +++ b/taglib/mpeg/xingheader.cpp @@ -88,7 +88,7 @@ void MPEG::XingHeader::parse(const ByteVector &data) { // Check to see if a valid Xing header is available. - if(!data.startsWith("Xing")) + if(!data.startsWith("Xing") && !data.startsWith("Info")) return; // If the XingHeader doesn't contain the number of frames and the total stream