Revision 1201476

Go back to digest for 28th November 2010

Bug Fixes in Multimedia

Lukáš Lalinský committed changes in /trunk/kdesupport/taglib:

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.

File Changes

Added 2 files
  • /trunk/kdesupport/taglib/tests
  •   /test_wavpack.cpp
  •   /data/no_length.wv
Modified 6 files
  • /trunk/kdesupport/taglib
  •   /NEWS
  •   /tests/CMakeLists.txt
  •   /tests/Makefile.am
  •   /taglib/wavpack/wavpackfile.cpp
  •   /taglib/wavpack/wavpackproperties.cpp
  •   /taglib/wavpack/wavpackproperties.h
8 files changed in total