Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for compatibility with libx265 4.0
libx265 4.0 has changed the signature of `x265_api::encoder_encode` and `x265_encoder_encode` functions to accept a pointer to an array of pointers to output pictures. That pointer is now required to be non-null, otherwise the encode call crashes. Upstream bug report: https://bitbucket.org/multicoreware/x265_git/issues/952/crash-in-libheif-tests
- Loading branch information