[][src]Function stainless_ffmpeg_sys::av_crc

pub unsafe extern "C" fn av_crc(
    ctx: *const AVCRC,
    crc: u32,
    buffer: *const u8,
    length: size_t
) -> u32

Calculate the CRC of a block. @param crc CRC of previous blocks if any or initial value for CRC @return CRC updated with the data from the given block

@see av_crc_init() "le" parameter