FFmpeg
4.0
|
Data Fields | |
const AVClass * | class |
AVLFG | lfg |
int | nb_frames |
int64_t | random_seed |
int | nb_frames_filled |
AVFrame * | frames [MAX_FRAMES] |
int64_t | pts [MAX_FRAMES] |
int | flush_idx |
Definition at line 31 of file vf_random.c.
const AVClass* RandomContext::class |
Definition at line 32 of file vf_random.c.
AVLFG RandomContext::lfg |
Definition at line 34 of file vf_random.c.
Referenced by filter_frame(), and init().
int RandomContext::nb_frames |
Definition at line 35 of file vf_random.c.
Referenced by filter_frame(), and request_frame().
int64_t RandomContext::random_seed |
Definition at line 36 of file vf_random.c.
Referenced by init().
int RandomContext::nb_frames_filled |
Definition at line 37 of file vf_random.c.
Referenced by filter_frame().
AVFrame* RandomContext::frames[MAX_FRAMES] |
Definition at line 38 of file vf_random.c.
Referenced by filter_frame(), and request_frame().
int64_t RandomContext::pts[MAX_FRAMES] |
Definition at line 39 of file vf_random.c.
Referenced by filter_frame(), and request_frame().
int RandomContext::flush_idx |
Definition at line 40 of file vf_random.c.
Referenced by request_frame().