[][src]Type Definition stainless_ffmpeg_sys::AVCRC

type AVCRC = u32;

@defgroup lavu_crc32 CRC @ingroup lavu_hash CRC (Cyclic Redundancy Check) hash function implementation.

This module supports numerous CRC polynomials, in addition to the most widely used CRC-32-IEEE. See @ref AVCRCId for a list of available polynomials.

@{