Function av_lfg_init_from_data
pub unsafe extern "C" fn av_lfg_init_from_data(
c: *mut AVLFG,
data: *const u8,
length: u32,
) -> i32
Expand description
Seed the state of the ALFG using binary data.
@return 0 on success, negative value (AVERROR) on failure.