https://bugs.kde.org/show_bug.cgi?id=418079
Albert Astals Cid <[email protected]> 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 <[email protected]> --- 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 watching all bug changes.
