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

Bump AVM to research-v6.0.0 #1927

Merged
merged 2 commits into from
Jan 11, 2024
Merged

Bump AVM to research-v6.0.0 #1927

merged 2 commits into from
Jan 11, 2024

Conversation

vrabaud
Copy link
Collaborator

@vrabaud vrabaud commented Jan 11, 2024

No description provided.

@vrabaud vrabaud requested a review from y-guyon January 11, 2024 13:42
avifBitsRead(bits, 2 + CONFIG_WIENER_NONSEP); // lr_tools_disable_mask[1]
#if CONFIG_LR_IMPROVEMENTS
avifBitsRead(bits, RESTORE_SWITCHABLE_TYPES);
if (avifBitsRead(bits, 1)) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please add the original AVM variable name as a comment for future reference

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

@vrabaud vrabaud merged commit 03dceb6 into AOMediaCodec:main Jan 11, 2024
17 of 20 checks passed
@@ -41,6 +41,10 @@

#if defined(AVIF_CODEC_AVM)
#include "config/aom_config.h"
#if CONFIG_LR_IMPROVEMENTS
#include "av1/common/enums.h"
#include "av1/common/restoration.h"
Copy link
Collaborator

Choose a reason for hiding this comment

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

These two headers are internal headers. We should avoid including them. At least add a TODO comment.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Agreed, fixed in #1928

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.

3 participants