Open castpuz opened 7 years ago
When frame.data is input, I can see this source code.
frame.data = buffer.slice(dataOffset, -1 * paddingLength);
why are padding leave out?
plus) The other frames have same part, too.
When frame.data is input, I can see this source code.
frame.data = buffer.slice(dataOffset, -1 * paddingLength);
why are padding leave out?
plus) The other frames have same part, too.