divideconcept/FluidLite

Incorrect set end of decoded sample

katyo opened this issue · 1 comments

katyo commented

Currently the end of data is set in a number of bytes:

sample->end = sampledata_size - 1;

But actually a number of samples (frames) should be set.

katyo commented

Because my PR was merged, can we close this issue?