|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| char * | expr_str |
| AVExpr * | expr |
| double | var_values [VAR_VARS_NB] |
| int | do_scene_detect |
| 1 if the expression requires scene detection variables, 0 otherwise | |
| AVFrame * | prev_picref |
| previous frame (scene detect only) | |
| double | select |
| int | select_out |
| mark the selected output pad index | |
| int | nb_outputs |
Definition at line 141 of file f_select.c.
| const AVClass* SelectContext::class |
Definition at line 142 of file f_select.c.
| char* SelectContext::expr_str |
Definition at line 143 of file f_select.c.
Referenced by init().
| AVExpr* SelectContext::expr |
Definition at line 144 of file f_select.c.
Referenced by init(), select_frame(), and uninit().
| double SelectContext::var_values[VAR_VARS_NB] |
Definition at line 145 of file f_select.c.
Referenced by config_input(), and select_frame().
| int SelectContext::do_scene_detect |
1 if the expression requires scene detection variables, 0 otherwise
Definition at line 146 of file f_select.c.
Referenced by config_input(), init(), query_formats(), select_frame(), and uninit().
| AVFrame* SelectContext::prev_picref |
previous frame (scene detect only)
Definition at line 152 of file f_select.c.
Referenced by uninit().
| double SelectContext::select |
Definition at line 153 of file f_select.c.
Referenced by filter_frame(), and select_frame().
| int SelectContext::select_out |
mark the selected output pad index
Definition at line 154 of file f_select.c.
Referenced by filter_frame(), request_frame(), and select_frame().
| int SelectContext::nb_outputs |
Definition at line 155 of file f_select.c.
Referenced by init(), and select_frame().
1.8.2