FFmpeg
|
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... | |
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 1032 of file avfilter.h.
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 1040 of file avfilter.h.
Referenced by link_inputs(), link_outputs(), linklabels_parse(), and pad_params_free().