1 parent 575471b commit 26131c1Copy full SHA for 26131c1
1 file changed
src/zimg/graph/filtergraph.cpp
@@ -15,7 +15,9 @@ FilterGraph::FilterGraph(std::unique_ptr<graphengine::Graph> graph, std::shared_
15
m_instance_data{ std::move(instance_data) },
16
m_source_id{ source_id },
17
m_sink_id{ sink_id },
18
- m_requires_64b{}
+ m_requires_64b{},
19
+ m_source_greyalpha{},
20
+ m_sink_greyalpha{}
21
{}
22
23
FilterGraph::~FilterGraph() = default;
0 commit comments