-
Notifications
You must be signed in to change notification settings - Fork 209
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
The libavif encoder adds the MA1B or MA1A brand incorrectly #2514
Comments
The attached patch should fix the code that adds the MA1B brand:
|
wantehchang
added a commit
to wantehchang/libavif
that referenced
this issue
Dec 2, 2024
A partial fix for AOMediaCodec#2514.
wantehchang
added a commit
to wantehchang/libavif
that referenced
this issue
Dec 2, 2024
A partial fix for AOMediaCodec#2514.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In libavif/src/write.c, the code that adds the MA1B or MA1A brand is as follows:
This code is incorrect because it does not check the AV1 profile or the AV1 level of the AV1 bitstreams.
The text was updated successfully, but these errors were encountered: