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

Class AVFilterGraph

libavfilter/avfiltergraph.h:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25#include "avfilter.h"
26
27typedef struct AVFilterGraph {
28 unsigned filter_count;
29 AVFilterContext **filters;
30
31 char *scale_sws_opts; ///< sws options to use for the auto-inserted scale filters
32} AVFilterGraph;
33
34/**
35 * Gets a filter instance with name name from graph.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected