Skip to content

lib: check the integrity of the default picture allocator

James Almer requested to merge jamrial/dav1d:allocator into master

Ensure both the allocator and release callbacks are pointing to the default functions, and that no cookie was provided.

This prevents a mix of custom and default callbacks from being used.

Merge request reports