From 1fb31274e53a5ebceb58232a6cb90b5309285eaa Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Sun, 1 Apr 2007 22:22:53 +0000 Subject: [PATCH] Check for CBR Info headers also. BUG:141681 git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@649037 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- taglib/mpeg/xingheader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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