FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
RandomContext Struct Reference

Data Fields

const AVClassclass
 
AVLFG lfg
 
int nb_frames
 
int64_t random_seed
 
int nb_frames_filled
 
AVFrameframes [MAX_FRAMES]
 
int64_t pts [MAX_FRAMES]
 
int flush_idx
 

Detailed Description

Definition at line 31 of file vf_random.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: