GNOME Bugzilla – Bug 661215
flacparse: fix last frame timestamp in fixed block size mode
Last modified: 2011-11-07 18:37:16 UTC
Created attachment 198559 [details] [review] flacparse: fix last frame timestamp in fixed block size mode The last block may have a different block size, so we should not use it to scale or we'll end up with a wrong timestamp. See comment and quote from the FLAC format documentation in the code. Fixes looped playback of FLAC files (via about-to-finish).
commit 14a9d1d66e802271b5cfb447442f2d7197e02950 Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> Date: Fri Oct 7 19:41:35 2011 +0100 flacparse: fix last frame timestamp in fixed block size mode The last block may have a different block size, so we should not use it to scale or we'll end up with a wrong timestamp. See comment and quote from the FLAC format documentation in the code. Fixes looped playback of FLAC files (via about-to-finish). https://bugzilla.gnome.org/show_bug.cgi?id=661215