[][src]Module h264_reader::nal

Types for reading H264 Network Abstraction Layer Units (NAL Units).

The data presented must already be in RBSP form (i.e. have been passed through RbspDecoder), where it has been encoded with 'emulation prevention bytes'.

Modules

pps
sei
slice
sps

Structs

NalHeader
NalSwitch

Enums

NalHeaderError
UnitType
UnitTypeError

Traits

NalHandler