On Sat, Nov 16, 2024 at 01:19:23PM -0500, Mark E. Mallett wrote: > int (*encoder_encode)(x265_encoder*, x265_nal**, > uint32_t*, x265_picture*, x265_picture**); > > The last element is different than it used to be, it used to be * not **. etc Not that it matters, but it looks like this is part of an ongoing architectural change erroneously (IMHO) affecting existing with API element(s). What does matter is that the reversion hasn't been picked up. One should have patience .. OTOH it's been a while.