SelectContext Struct Reference

Data Fields

AVExprexpr
double var_values [VAR_VARS_NB]
double select
int cache_frames
AVFifoBufferpending_frames
 FIFO buffer of video frames.

Detailed Description

Definition at line 115 of file vf_select.c.

Field Documentation

int SelectContext::cache_frames

Definition at line 119 of file vf_select.c.

Referenced by draw_slice(), end_frame(), poll_frame(), and start_frame().

AVExpr* SelectContext::expr

Definition at line 116 of file vf_select.c.

Referenced by init(), select_frame(), and uninit().

AVFifoBuffer* SelectContext::pending_frames

FIFO buffer of video frames.

Definition at line 120 of file vf_select.c.

Referenced by init(), poll_frame(), request_frame(), start_frame(), and uninit().

double SelectContext::select

Definition at line 118 of file vf_select.c.

Referenced by draw_slice(), end_frame(), request_frame(), and start_frame().

double SelectContext::var_values[VAR_VARS_NB]

Definition at line 117 of file vf_select.c.

Referenced by config_input(), and select_frame().


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