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

Function fffiltergraph

libavfilter/avfilter_internal.h:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148} FFFilterGraph;
149
150static inline FFFilterGraph *fffiltergraph(AVFilterGraph *graph)
151{
152 return (FFFilterGraph*)graph;
153}
154
155/**
156 * Update the position of a link in the age heap.

Callers 11

thread_executeFunction · 0.85
avfilter_linkFunction · 0.85
avfilter_init_dictFunction · 0.85
avfilter_graph_freeFunction · 0.85
query_formatsFunction · 0.85
graph_config_pointersFunction · 0.85
avfilter_graph_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected