FFmpeg
Data Fields
AVFilterPadParams Struct Reference

Parameters of a filter's input or output pad. More...

#include <avfilter.h>

Data Fields

char * label
 An av_malloc()'ed string containing the pad label. More...
 

Detailed Description

Parameters of a filter's input or output pad.

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

Definition at line 1058 of file avfilter.h.

Field Documentation

◆ label

char* AVFilterPadParams::label

An av_malloc()'ed string containing the pad label.

May be av_free()'d and set to NULL by the caller, in which case this pad will be treated as unlabeled for linking. May also be replaced by another av_malloc()'ed string.

Definition at line 1066 of file avfilter.h.

Referenced by link_inputs(), link_outputs(), linklabels_parse(), and pad_params_free().


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