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 Dav1dIntraPredDSPContext: Remove (most) Options #430

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

randomPoison
Copy link
Collaborator

I wasn't able to remove one of the Options because there's actually a bit of code that checks if that field is None in dav1d_submit_frame, and it wasn't clear to me if there was another flag that we can use as an appropriate sentinel.

Copy link
Collaborator

@kkysen kkysen left a comment

Choose a reason for hiding this comment

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

I saw that .is_none in fn dav1d_submit_frame. We might need to keep the Option for that one, but I'll see. I'm cleaning up fn dav1d_submit_frame right now.

Base automatically changed from legare/ipred/dedup-dsp-context to main September 11, 2023 22:01
@randomPoison randomPoison merged commit 76604cc into main Sep 11, 2023
16 checks passed
@randomPoison randomPoison deleted the legare/ipred/remove-option branch September 11, 2023 22:26
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