av_lfg_init_from_data

Seed the state of the ALFG using binary data.

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

extern (C) @nogc nothrow
int
av_lfg_init_from_data
(,
const(ubyte)* data
,
uint length
)

Meta