Skip to content

Refcounted headers

Ronald S. Bultje requested to merge rbultje/dav1d:refcounted-headers into master

The idea here is to export full sequence and frame headers along with Dav1dPicture to API callers. We should probably document relevant members of Dav1dSequenceHeader and Dav1dFrameHeader or output simplified and well-documented sub-structures to make use in certain types of applications easier (see e.g. !246 (merged)). This is more a RfP than a formal MR, so feel free to give substantial feedback. We might even decide this is a terrible idea, in which case we'll simply not merge this.

Edited by Ronald S. Bultje

Merge request reports