Skip to main content

Module bitstream

Module bitstream 

Source
Expand description

Bitstream framing helpers (sans-io).

Re-exports§

pub use aac::strip_adts;
pub use avc::AvcDecoderConfig;
pub use avc::AvccOut;
pub use avc::annex_b_sequence_header;
pub use avc::avcc_payload_to_annex_b;
pub use avc::parse_avc_decoder_config;
pub use avc::to_avcc;

Modules§

aac
AAC ADTS framing.
avc
H.264 Annex-B ↔ AVCC.