[k3b] [Bug 418079] k3b problems with flac 24bit
Albert Astals Cid
bugzilla_noreply at kde.org
Sun Feb 23 19:13:55 GMT 2020
https://bugs.kde.org/show_bug.cgi?id=418079
Albert Astals Cid <aacid at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Latest Commit| |https://commits.kde.org/k3b
| |/183d20b1aa544c221592eb32b9
| |743dc287ae0e79
Status|NEEDSINFO |RESOLVED
Resolution|WAITINGFORINFO |FIXED
--- Comment #4 from Albert Astals Cid <aacid at kde.org> ---
Git commit 183d20b1aa544c221592eb32b9743dc287ae0e79 by Albert Astals Cid.
Committed on 23/02/2020 at 19:13.
Pushed by aacid into branch 'release/19.12'.
Fix libsoundfiledecoder with files with non whole second length
There were two issues:
* the frames calculation was first doing integer division and the
multiplication by a double, so the result was always a whole number
of seconds in frames
* the code decodeInternal always assumed that it would read a whole
second and if not that was a problem
M +1 -5 plugins/decoder/libsndfile/k3blibsndfiledecoder.cpp
https://commits.kde.org/k3b/183d20b1aa544c221592eb32b9743dc287ae0e79
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the k3b
mailing list