Skip to content
Snippets Groups Projects
Commit bd11686e authored by Frank Bossen's avatar Frank Bossen
Browse files

Partial fix for #161: clear memory array

parent 00d6f84e
No related branches found
No related tags found
No related merge requests found
......@@ -169,6 +169,7 @@ namespace DQIntern
::memset( m_tuParameters, 0, sizeof(m_tuParameters) );
uint32_t raster2id[ MAX_CU_SIZE * MAX_CU_SIZE ];
::memset(raster2id, 0, sizeof(raster2id));
#if JVET_M0102_INTRA_SUBPARTITIONS
for( int ch = 0; ch < MAX_NUM_CHANNEL_TYPE; ch++ )
......
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