-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
Conversation
@@ -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, |
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.
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.
Thank you. I'm excited to see this coming. |
Thank you. Now, we just need a way to read the images that we write. |
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