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

Fix for decoding a PES packet with a header, when the DTS (Decoding Timestamp) is unavailable. #3290

Merged
merged 3 commits into from
Aug 30, 2023

Conversation

tomiwu
Copy link
Contributor

@tomiwu tomiwu commented Aug 30, 2023

With the fix, when the DTS is absent and only the PTS is available, the decoding of PTS is now working. The starting bits are '0010', conveying the presence of PTS information.

…imestamp) is unavailable.

With the fix, when the DTS is absent and only the PTS is available, the decoding of PTS is now working. The starting bits are '0010', conveying the presence of PTS information.
@mpilquist
Copy link
Member

Awesome find, thanks! Want to run scalafmtAll to fix the formatting issue?

@tomiwu tomiwu changed the title Fix for decoding a PES packet with a header, when the DTS (Decoding T… Fix for decoding a PES packet with a header, when the DTS (Decoding Timestamp) is unavailable. Aug 30, 2023
@tomiwu
Copy link
Contributor Author

tomiwu commented Aug 30, 2023

Formatting fixed ;)

@mpilquist mpilquist merged commit 655aabe into typelevel:main Aug 30, 2023
13 checks passed
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