Function ffmpeg_sys::av_crc_get_table[][src]

pub unsafe extern "C" fn av_crc_get_table(
    crc_id: AVCRCId
) -> *const AVCRC
Expand description

Get an initialized standard CRC table. @param crc_id ID of a standard CRC @return a pointer to the CRC table or NULL on failure