Function rsmpeg::ffi::av_crc_get_table[][src]

pub unsafe extern "C" fn av_crc_get_table(crc_id: u32) -> *const u32
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