Skip to main content

Module av1

Module av1 

Source
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
CodecParser implementation for AV1.

Constants§

OBU_SEQUENCE_HEADER
OBU type for a sequence header.

Functions§

av1c_config_record
Build the AV1CodecConfigurationRecord (av1C box body) from a config access unit — the temporal unit carrying the sequence-header OBU — alongside the parsed VideoParams. This is what the fMP4 muxer wraps in an av1C box inside the av01 sample entry.