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

read.c: Early return on unsupported iref version #2154

Merged
merged 1 commit into from
May 7, 2024

Conversation

vigneshvg
Copy link
Collaborator

We do not support iref boxes with version > 1. Instead of breaking
from the first iteration of each nested loop, simply return early
when version is greater than 1.

@vigneshvg vigneshvg requested a review from wantehchang May 7, 2024 21:33
src/read.c Outdated Show resolved Hide resolved
We do not support iref boxes with version > 1. Instead of breaking
from the first iteration of each nested loop, simply return early
when version is greater than 1.
@vigneshvg vigneshvg merged commit 98dd0e8 into AOMediaCodec:main May 7, 2024
12 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.

None yet

2 participants