MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / AVFilterInOut

Class AVFilterInOut

libavfilter/graphparser.h:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 * A linked-list of the inputs/outputs of the filter chain.
30 */
31typedef struct AVFilterInOut {
32 char *name;
33 AVFilterContext *filter;
34 int pad_idx;
35
36 struct AVFilterInOut *next;
37} AVFilterInOut;
38
39/**
40 * Adds a graph described by a string to a graph.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected