Function parse_start_of_frame

Source
pub(crate) fn parse_start_of_frame<T: ZReaderTrait>(
    sof: SOFMarkers,
    img: &mut JpegDecoder<T>,
) -> Result<(), DecodeErrors>
Expand description

Section:B.2.2 Frame header syntax