跳到主要内容

av_lfg_init_from_data

搜索

函数 av_lfg_init_from_data 

源代码
pub unsafe extern "C" fn av_lfg_init_from_data(
    c: *mut AVLFG,
    data: *const u8,
    length: c_uint,
) -> c_int
展开描述

Seed the state of the ALFG using binary data.

@return 0 on success, negative value (AVERROR) on failure.