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

Structure for chain/list of bitstream filters. More...

Data Fields

AVBSFContext ** bsfs
 
int nb_bsfs
 

Detailed Description

Structure for chain/list of bitstream filters.

Empty list can be allocated by av_bsf_list_alloc().

Definition at line 404 of file bsf.c.

Field Documentation

AVBSFContext** AVBSFList::bsfs

Definition at line 405 of file bsf.c.

Referenced by av_bsf_list_append().

int AVBSFList::nb_bsfs

Definition at line 406 of file bsf.c.

Referenced by av_bsf_list_append().


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