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 107 of file vf_select.c.
Definition at line 111 of file vf_select.c.
Referenced by draw_slice(), end_frame(), poll_frame(), and start_frame().
FIFO buffer of video frames.
Definition at line 112 of file vf_select.c.
Referenced by init(), poll_frame(), request_frame(), start_frame(), and uninit().
double SelectContext::select |
Definition at line 110 of file vf_select.c.
Referenced by draw_slice(), end_frame(), request_frame(), and start_frame().
double SelectContext::var_values[VAR_VARS_NB] |