| 
    FFmpeg
    
   | 
 
Data Fields | |
| const AVClass * | class | 
| int | nb_inputs | 
| char * | map_str | 
| int * | map | 
| int | nb_map | 
| int | is_audio | 
| int64_t * | last_pts | 
| AVFrame ** | frames | 
| FFFrameSync | fs | 
Definition at line 29 of file f_streamselect.c.
| const AVClass* StreamSelectContext::class | 
Definition at line 30 of file f_streamselect.c.
| int StreamSelectContext::nb_inputs | 
Definition at line 31 of file f_streamselect.c.
Referenced by init(), and parse_mapping().
| char* StreamSelectContext::map_str | 
Definition at line 32 of file f_streamselect.c.
Referenced by init().
| int* StreamSelectContext::map | 
Definition at line 33 of file f_streamselect.c.
Referenced by config_output(), parse_mapping(), process_frame(), and uninit().
| int StreamSelectContext::nb_map | 
Definition at line 34 of file f_streamselect.c.
Referenced by parse_mapping(), and process_frame().
| int StreamSelectContext::is_audio | 
Definition at line 35 of file f_streamselect.c.
Referenced by init(), and process_frame().
| int64_t* StreamSelectContext::last_pts | 
Definition at line 36 of file f_streamselect.c.
Referenced by init(), process_frame(), and uninit().
| AVFrame** StreamSelectContext::frames | 
Definition at line 37 of file f_streamselect.c.
Referenced by config_output(), process_frame(), and uninit().
| FFFrameSync StreamSelectContext::fs | 
Definition at line 38 of file f_streamselect.c.
Referenced by activate(), config_output(), process_frame(), and uninit().
 1.8.6