mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Error when seeking after reading
This commit is contained in:
@@ -167,6 +167,7 @@ namespace CUETools.Codecs.FLAKE
|
|||||||
{
|
{
|
||||||
_framesBufferLength = 0;
|
_framesBufferLength = 0;
|
||||||
_samplesInBuffer = 0;
|
_samplesInBuffer = 0;
|
||||||
|
_samplesBufferOffset = 0;
|
||||||
_IO.Position = (long)seek_table[best_st].offset + first_frame_offset;
|
_IO.Position = (long)seek_table[best_st].offset + first_frame_offset;
|
||||||
_sampleOffset = seek_table[best_st].number;
|
_sampleOffset = seek_table[best_st].number;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user