FFmpeg 7.1.1
Loading...
Searching...
No Matches
Data Fields
AVFilterChain Struct Reference

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

#include <libavfilter/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 1089 of file avfilter.h.

Field Documentation

◆ filters

AVFilterParams** AVFilterChain::filters

Definition at line 1090 of file avfilter.h.

◆ nb_filters

size_t AVFilterChain::nb_filters

Definition at line 1091 of file avfilter.h.


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