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

Allocate avcc->pps_table with the num of PPS, not the num of SPS #58

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

yannlandry
Copy link
Contributor

@yannlandry yannlandry commented Jun 20, 2024

This is a fix for #57 where avcc->pps_table was being allocated using the number of SPS instead of the number of PPS, causing an out-of-bounds situation when the number of PPS is greater than the number of SPS.

Built the project as a sanity check.

@aizvorski
Copy link
Owner

Looks good, thanks!

@aizvorski aizvorski merged commit 70124d3 into aizvorski:master Jun 20, 2024
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