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

HEVC: implement skipNal() for HEVC to skip EndOfSeq NAL #719

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

moveman
Copy link
Contributor

@moveman moveman commented Jun 20, 2023

This is to avoid EndOfSeq NAL appear at the beginning of AU when multiple video ES files join together.
The implementation is similar to https://github.com/justdan96/tsMuxer/blob/master/tsMuxer/h264StreamReader.cpp#L884

…ndOfBitStream

This is to avoid EndOfSeq NAL appear at the beginning of AU when multiple video ES files join together
@jcdr428 jcdr428 merged commit 447d589 into justdan96:master Jun 22, 2023
1 check failed
jcdr428 added a commit that referenced this pull request Jun 22, 2023
To avoid EndOfSeq NAL appear at the beginning of AU when multiple video ES files join together.
The implementation is similar to #719
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.

3 participants