Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct parsing segmentation duration with 40 bits. #178

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

potterxu
Copy link

This pull request is fixing bug raised in [#100] by changing the uint40() function to get the value of the full 5-bytes slice.

The other usage of uint40() function already use 33 bits mask to truncate the value.
scte35.go:113
splicecommand.go:221
splicecommand.go:325

@CLAassistant
Copy link

CLAassistant commented May 28, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants