Skip to content

Conversation

@fancycode
Copy link
Member

  • All functions that can potentially fail now return a heif_error.
  • Decoding plugins can also return errors in case something fails.
  • The libde265 decoder only uses the public API.

- All functions that can potentially fail now return a "heif_error".
- Decoding plugins can also return errors in case something fails.
- The libde265 decoder only uses the public API.
@fancycode fancycode requested a review from farindk January 5, 2018 10:00
@fancycode
Copy link
Member Author

I'm thinking we should even change all functions to return a heif_error, even if they just return a number like heif_context_get_number_of_images. This allows returning an error if the passed pointers are not valid.

@fancycode
Copy link
Member Author

Manually rebase and merged by @farindk

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