-
Notifications
You must be signed in to change notification settings - Fork 215
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
Make code compatible with SVT-AV1 3.0 #2607
Conversation
@wantehchang , we can probably merge the C code without bumping the version for now. That will fix #2589 . If more API changes happen, we will clean them along the way |
Actually, we just need to fix whatever is in here: https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/master/.gitlab/workflows/linux/libavif_api_job_fix.patch?ref_type=heads |
Yes, I consulted libavif_api_job_fix.patch when I reviewed your pull request. |
Merging the .c fix will break their CI because SVT_AV1_VERSION_MAJOR has not been bumped. Let's wait for the last minute before our 1.2 release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.