Skip to content
Snippets Groups Projects
Commit f1558ca5 authored by Kai Zhang's avatar Kai Zhang Committed by Vadim Seregin
Browse files

Fix: Variables of SAO are not initialized.

parent 376ec061
No related branches found
No related tags found
1 merge request!236Fix: Variables of SAO are not initialized.
......@@ -113,6 +113,7 @@ const SAOBlkParam& SAOBlkParam::operator= (const SAOBlkParam& src)
SampleAdaptiveOffset::SampleAdaptiveOffset()
{
m_numberOfComponents = 0;
m_ccSaoControl[0] = m_ccSaoControl[1] = m_ccSaoControl[2] = nullptr;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment