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

Added VVC codec functions #1108

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Conversation

Jamaika1
Copy link
Contributor

This is attempt to include uvg266 codec. It isn't known whether codec will be continued.
My remake doesn't include all nokia heif vvc specs and features included 3 years ago.
https://github.com/nokiatech/heif/tree/VVC_MP4

@@ -161,73 +161,75 @@ enum heif_suberror_code

heif_suberror_No_hvcC_box = 106,

heif_suberror_No_pitm_box = 107,
heif_suberror_No_vvcC_box = 107,
Copy link
Contributor

@farindk farindk Jan 13, 2024

Choose a reason for hiding this comment

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

Please make sure that all enum values in heif.h do not change as that would break backwards compatibility.
Assign new numbers to new error codes.

@farindk
Copy link
Contributor

farindk commented Jan 13, 2024

Thank you. I'm excited to see this coming.

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.

None yet

2 participants