Skip to main content

scan_sos_entropy

Function scan_sos_entropy 

Source
fn scan_sos_entropy(bytes: &[u8], pos: usize) -> Option<usize>
Expand description

Read a SOS header, then scan through entropy-coded data until the next real marker. Returns the position of that marker, or None on truncation.