MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / ~FilterGraph

Method ~FilterGraph

examples/VulkanBenchmark.cpp:862–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860 AVFilterContext* sink = nullptr;
861
862 ~FilterGraph() {
863 if (graph)
864 avfilter_graph_free(&graph);
865 }
866};
867
868static FilterGraph BuildVulkanFilterGraph(const RenderLayout& layout,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected