aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2010-11-27 20:58:57 +0000
committerLukáš Lalinský <lalinsky@gmail.com>2010-11-27 20:58:57 +0000
commit56343767ce35175d2f2e96d0ae9e284283859be4 (patch)
tree572cccc25ac1b96f3312729e4be1337c1174300c /NEWS
parent15d139e271a1e6bc844817f3d68696972385c092 (diff)
Fix reading of WavPack streams without a length information in the header
When the WavPack's total_samples header fiels contains -1, try to find the final block and get the number of samples from there as block_index + block_samples. BUG:258016 git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1201476 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6ded56fa..b8fd7c10 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ TagLib 1.7
* Exposed FLAC MD5 signature of the uncompressed audio stream via
FLAC::Properties::signature(). (BUG:160172)
* Added function ByteVector::toHex() for hex-encoding of byte vectors.
+ * WavPack reader now tries to get the audio length by finding the final
+ block, if the header doesn't have the information. (BUG:258016)
TagLib 1.6.3 (Apr 17, 2010)
===========================