FFmpeg
Data Fields
AVFilterChain Struct Reference

A filterchain is a list of filter specifications. More...

#include <avfilter.h>

Data Fields

AVFilterParams ** filters
 
size_t nb_filters
 

Detailed Description

A filterchain is a list of filter specifications.

Created as a child of AVFilterGraphSegment by avfilter_graph_segment_parse(). Freed in avfilter_graph_segment_free().

Definition at line 1142 of file avfilter.h.

Field Documentation

◆ filters

AVFilterParams** AVFilterChain::filters

◆ nb_filters

size_t AVFilterChain::nb_filters

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