ffmpeg4d ~master (2019-03-09T23:21:58Z)
Dub
Repo
AVLFG
ffmpeg
libavutil
lfg
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) @
nogc
nothrow
struct
AVLFG {
uint
[
64
]
state
;
int
index
;
}
Members
Variables
index
int
index
;
Undocumented in source.
state
uint
[
64
]
state
;
Undocumented in source.
Meta
Source
See Implementation
ffmpeg
libavutil
lfg
functions
av_bmg_get
av_lfg_get
av_lfg_init
av_lfg_init_from_data
av_mlfg_get
structs
AVLFG