Skip to content
Snippets Groups Projects
Commit a0a7bcc4 authored by Jack Enhorn's avatar Jack Enhorn
Browse files

Restore accidentally overwritten code

parent 9bc6e19d
No related branches found
No related tags found
No related merge requests found
......@@ -1338,6 +1338,11 @@ void EncApp::createLib( const int layerIdx )
m_filteredOrgPic = new PelStorage;
m_filteredOrgPic->create( unitArea );
}
if ( m_fgcSEIAnalysisEnabled )
{
m_filteredOrgPicForFG = new PelStorage;
m_filteredOrgPicForFG->create( unitArea );
}
#if JVET_Y0077_BIM
if ( m_cEncLib.getBIM() )
{
......
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