FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
StreamSelectContext Struct Reference

Data Fields

const AVClassclass
 
int nb_inputs
 
char * map_str
 
intmap
 
int nb_map
 
int is_audio
 
int64_t * last_pts
 
AVFrame ** frames
 
FFFrameSync fs
 

Detailed Description

Definition at line 29 of file f_streamselect.c.

Field Documentation

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 config_output(), filter_frame(), process_frame(), request_frame(), and uninit().


The documentation for this struct was generated from the following file: