FFmpeg
|
Structure for chain/list of bitstream filters. More...
Data Fields | |
AVBSFContext ** | bsfs |
int | nb_bsfs |
Structure for chain/list of bitstream filters.
Empty list can be allocated by av_bsf_list_alloc().
AVBSFContext** AVBSFList::bsfs |
Definition at line 416 of file bsf.c.
Referenced by av_bsf_list_append().
int AVBSFList::nb_bsfs |
Definition at line 417 of file bsf.c.
Referenced by av_bsf_list_append().