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

obu: Use uint32_t for obu_forbidden_bits #2146

Merged
merged 1 commit into from
May 2, 2024

Conversation

vigneshvg
Copy link
Collaborator

This avoids a type conversion.

This avoids a type conversion.
Copy link
Collaborator

@wantehchang wantehchang left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@vigneshvg
Copy link
Collaborator Author

This also fixes CI failures such as this one: https://github.com/AOMediaCodec/libavif/actions/runs/8931900623/job/24534782963

@vigneshvg vigneshvg merged commit 5d5d708 into AOMediaCodec:main May 2, 2024
11 checks passed
@vigneshvg vigneshvg deleted the cl_forbidden_bit_u32 branch May 2, 2024 23:56
@wantehchang
Copy link
Collaborator

Were the CI actions not run on #2144?

@vigneshvg
Copy link
Collaborator Author

Were the CI actions not run on #2144?

They ran and passed. But it seems like the windows CI bots only run on push (and on PRs only when certain files are changed).

I don't know why they are set up this way, may be it is too slow to run on every PR?

https://github.com/AOMediaCodec/libavif/blob/main/.github/workflows/ci-windows.yml#L16
https://github.com/AOMediaCodec/libavif/blob/main/.github/workflows/ci-windows-installed.yml#L9

@wantehchang
Copy link
Collaborator

Thank you. I will propose to run ci-windows-installed.yml on every PR.

@wantehchang
Copy link
Collaborator

See #2149.

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