PADDING_SIZE

Constant PADDING_SIZE 

Source
pub const PADDING_SIZE: usize = 64;
Expand description

Required number of additionally allocated bytes at the end of the input bitstream for decoding. This is mainly needed because some optimized bitstream readers read 32 or 64 bit at once and could read over the end.