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

Field Documentation

◆ bsfs

AVBSFContext** AVBSFList::bsfs

Definition at line 416 of file bsf.c.

Referenced by av_bsf_list_append().

◆ nb_bsfs

int AVBSFList::nb_bsfs

Definition at line 417 of file bsf.c.

Referenced by av_bsf_list_append().


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