| 860 | AVFilterContext* sink = nullptr; |
| 861 | |
| 862 | ~FilterGraph() { |
| 863 | if (graph) |
| 864 | avfilter_graph_free(&graph); |
| 865 | } |
| 866 | }; |
| 867 | |
| 868 | static FilterGraph BuildVulkanFilterGraph(const RenderLayout& layout, |
nothing calls this directly
no outgoing calls
no test coverage detected