Skip to content

Add a logging callback mechanism

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

This addresses #238 (closed), and is an even simpler implementation than the one from !73 (closed), without logging levels and storing the callback in the Dav1dContext instead of as global state.

Edited by James Almer

Merge request reports