Skip to main content

Module bit_reader

Module bit_reader 

Source
Expand description

MSB-first bit reader with H.264 Exp-Golomb decoding.

The inverse of crate::BitWriter. Operates over an RBSP byte slice (emulation-prevention bytes already removed — see crate::nal).

Structs§

BitReader
A big-endian, MSB-first bit reader.
OutOfData
Error returned when a read runs past the end of the buffer.