| 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  More... | |
| AVFrame * | prev_picref | 
| previous frame (scene detect only)  More... | |
| double | select | 
| int | select_out | 
| mark the selected output pad index  More... | |
| int | nb_outputs | 
Detailed Description
Definition at line 127 of file f_select.c.
Field Documentation
| const AVClass* SelectContext::class | 
Definition at line 128 of file f_select.c.
| int SelectContext::do_scene_detect | 
1 if the expression requires scene detection variables, 0 otherwise
Definition at line 132 of file f_select.c.
Referenced by config_input(), init(), query_formats(), select_frame(), and uninit().
| AVExpr* SelectContext::expr | 
Definition at line 130 of file f_select.c.
Referenced by init(), select_frame(), and uninit().
| char* SelectContext::expr_str | 
Definition at line 129 of file f_select.c.
Referenced by init().
| int SelectContext::nb_outputs | 
Definition at line 141 of file f_select.c.
Referenced by init(), and select_frame().
| AVFrame* SelectContext::prev_picref | 
previous frame (scene detect only)
Definition at line 138 of file f_select.c.
Referenced by config_input(), and uninit().
| double SelectContext::select | 
Definition at line 139 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 140 of file f_select.c.
Referenced by filter_frame(), request_frame(), and select_frame().
| double SelectContext::var_values[VAR_VARS_NB] | 
Definition at line 131 of file f_select.c.
Referenced by config_input(), and select_frame().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:27 for FFmpeg by
 1.8.11
 1.8.11