FFmpeg
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]
 
int64_t duration [MAX_FRAMES]
 
int flush_idx
 

Detailed Description

Definition at line 29 of file vf_random.c.

Field Documentation

◆ class

const AVClass* RandomContext::class

Definition at line 30 of file vf_random.c.

◆ lfg

AVLFG RandomContext::lfg

Definition at line 32 of file vf_random.c.

◆ nb_frames

int RandomContext::nb_frames

Definition at line 33 of file vf_random.c.

◆ random_seed

int64_t RandomContext::random_seed

Definition at line 34 of file vf_random.c.

◆ nb_frames_filled

int RandomContext::nb_frames_filled

Definition at line 35 of file vf_random.c.

◆ frames

AVFrame* RandomContext::frames[MAX_FRAMES]

Definition at line 36 of file vf_random.c.

◆ pts

int64_t RandomContext::pts[MAX_FRAMES]

Definition at line 37 of file vf_random.c.

◆ duration

int64_t RandomContext::duration[MAX_FRAMES]

Definition at line 38 of file vf_random.c.

◆ flush_idx

int RandomContext::flush_idx

Definition at line 39 of file vf_random.c.


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