Closed benrr101 closed 1 year ago
As per investigation from #62, it's not necessary to have the safe integer check on granule position. The granule position is used differently for each codec, so it does not correspond to a file offset. Therefore, no need to store it as a number.
Granule position is now a ByteVector.
ByteVector
As per investigation from #62, it's not necessary to have the safe integer check on granule position. The granule position is used differently for each codec, so it does not correspond to a file offset. Therefore, no need to store it as a number.