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

struct Rav1dTileState::lflvl: Make into enum #884

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Conversation

randomPoison
Copy link
Collaborator

@randomPoison randomPoison commented Mar 21, 2024

Rename TileStateDq to TileStateRef and use it for both fields, since both have the same structure of either referencing a field in the frame data or referencing the local tile state field.

Rename `TileStateDq` to `TileStateRef` and use it for both fields, since both have the same structure of either referencing a field in the frame data or referencing the local tile state field.
@kkysen kkysen changed the title Rav1dTileState::lflvl: Make into enum struct Rav1dTileState::lflvl: Make into enum Mar 21, 2024
Base automatically changed from legare/dq to main March 21, 2024 21:56
@randomPoison randomPoison merged commit 5d18913 into main Mar 21, 2024
36 checks passed
@randomPoison randomPoison deleted the legare/lflvl branch March 21, 2024 21:57
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.

Rav1dTileState: Make fields safe
2 participants