跳到主要内容

av_crc_get_table

搜索

函数 av_crc_get_table 

源代码
pub unsafe extern "C" fn av_crc_get_table(
    crc_id: AVCRCId,
) -> *const AVCRC
展开描述

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