Available on crate features
codec-av1 and codec only.Expand description
AV1 bitstream helpers: OBU sequence-header resolution extraction and random-access detection.
Structs§
- Av1
CodecParserimplementation for AV1.
Constants§
- OBU_
SEQUENCE_ HEADER - OBU type for a sequence header.
Functions§
- av1c_
config_ record - Build the AV1CodecConfigurationRecord (
av1Cbox body) from a config access unit — the temporal unit carrying the sequence-header OBU — alongside the parsedVideoParams. This is what the fMP4 muxer wraps in anav1Cbox inside theav01sample entry.