FFmpeg
Data Fields
AVBitStreamFilterGraph Struct Reference

#include <bsf.h>

Data Fields

const AVClassav_class
 
AVBitStreamFilterContext ** filters
 
unsigned nb_filters
 
unsigned max_buffered_packets
 Sets the maximum number of buffered packets in the filtergraph combined. More...
 

Detailed Description

Definition at line 477 of file bsf.h.

Field Documentation

◆ av_class

const AVClass* AVBitStreamFilterGraph::av_class

Definition at line 478 of file bsf.h.

◆ filters

AVBitStreamFilterContext** AVBitStreamFilterGraph::filters

◆ nb_filters

unsigned AVBitStreamFilterGraph::nb_filters

◆ max_buffered_packets

unsigned AVBitStreamFilterGraph::max_buffered_packets

Sets the maximum number of buffered packets in the filtergraph combined.

Zero means no limit. This field must be set before calling av_bsf_graph_config().

Definition at line 490 of file bsf.h.

Referenced by av_bsf_graph_config().


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