跳到主要内容

av_hash_get_size

搜索

函数 av_hash_get_size 

源代码
pub unsafe extern "C" fn av_hash_get_size(
    ctx: *const AVHashContext,
) -> c_int
展开描述

Get the size of the resulting hash value in bytes.

The maximum value this function will currently return is available as macro #AV_HASH_MAX_SIZE.

@param[in] ctx Hash context @return Size of the hash value in bytes