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

Changes description on when to use signed_video_get_sei(...) #252

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

bjornvolcker
Copy link
Contributor

The proper way is to call it BEFORE adding NAL Units for signing. Then
the user can peek the next NAL Unit to get the SEI if and only if it
can be prepended the peeked NAL Unit and at the same time follow the
H.26x standard when using AU format.

This commit only updates the description. Tests are updated
separately.

The proper way is to call it BEFORE adding NAL Units for signing. Then
the user can peek the next NAL Unit to get the SEI if and only if it
can be prepended the peeked NAL Unit and at the same time follow the
H.26x standard when using AU format.

This commit only updates the description. Tests are updated
separately.
Copy link
Contributor

@lusikamalo lusikamalo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK.

@bjornvolcker bjornvolcker merged commit 0ebb578 into master Nov 4, 2024
3 checks passed
@bjornvolcker bjornvolcker deleted the dev/update-description-of-get-sei branch November 4, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants