Open potterxu opened 5 months ago
This pull request is fixing bug raised in [#100] by changing the uint40() function to get the value of the full 5-bytes slice.
uint40()
The other usage of uint40() function already use 33 bits mask to truncate the value. scte35.go:113 splicecommand.go:221 splicecommand.go:325
All committers have signed the CLA.
This pull request is fixing bug raised in [#100] by changing the
uint40()
function to get the value of the full 5-bytes slice.