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 389 of file bsf.c.

Field Documentation

AVBSFContext** AVBSFList::bsfs

Definition at line 390 of file bsf.c.

Referenced by av_bsf_list_append().

int AVBSFList::nb_bsfs

Definition at line 391 of file bsf.c.

Referenced by av_bsf_list_append().


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