Function ffmpeg_sys::av_lfg_init_from_data[][src]

pub unsafe extern "C" fn av_lfg_init_from_data(
    c: *mut AVLFG,
    data: *const u8,
    length: c_uint
) -> c_int
Expand description

Seed the state of the ALFG using binary data.

Return value: 0 on success, negative value (AVERROR) on failure.