FFmpeg
|
Data Fields | |
const AVClass * | class |
AVBSFContext ** | bsfs |
int | nb_bsfs |
unsigned | idx |
unsigned | flushed_idx |
char * | item_name |
AVBSFContext** BSFListContext::bsfs |
Definition at line 258 of file bsf.c.
Referenced by bsf_list_close(), bsf_list_filter(), bsf_list_flush(), bsf_list_init(), and bsf_list_item_name().
int BSFListContext::nb_bsfs |
Definition at line 259 of file bsf.c.
Referenced by bsf_list_close(), bsf_list_filter(), bsf_list_flush(), bsf_list_init(), and bsf_list_item_name().
unsigned BSFListContext::idx |
Definition at line 261 of file bsf.c.
Referenced by bsf_list_filter(), and bsf_list_flush().
unsigned BSFListContext::flushed_idx |
Definition at line 262 of file bsf.c.
Referenced by bsf_list_filter(), and bsf_list_flush().
char* BSFListContext::item_name |
Definition at line 264 of file bsf.c.
Referenced by bsf_list_close(), and bsf_list_item_name().