Data Fields | |
AVExpr * | expr |
double | var_values [VAR_VARS_NB] |
double | select |
int | cache_frames |
AVFifoBuffer * | pending_frames |
FIFO buffer of video frames. |
Definition at line 118 of file vf_select.c.
int SelectContext::cache_frames |
Definition at line 122 of file vf_select.c.
Referenced by filter_frame(), and poll_frame().
AVExpr* SelectContext::expr |
Definition at line 119 of file vf_select.c.
Referenced by init(), select_frame(), and uninit().
AVFifoBuffer* SelectContext::pending_frames |
FIFO buffer of video frames.
Definition at line 123 of file vf_select.c.
Referenced by filter_frame(), init(), poll_frame(), request_frame(), and uninit().
double SelectContext::select |
Definition at line 121 of file vf_select.c.
Referenced by filter_frame(), and request_frame().
double SelectContext::var_values[VAR_VARS_NB] |
Definition at line 120 of file vf_select.c.
Referenced by config_input(), and select_frame().