diff --git a/source/Lib/CommonLib/DepQuant.cpp b/source/Lib/CommonLib/DepQuant.cpp index 6285a0e025810a96443a00d23f96dc9399e10e07..e2dafc30f29cd9eae42cde731d6d23ee2c3f841c 100644 --- a/source/Lib/CommonLib/DepQuant.cpp +++ b/source/Lib/CommonLib/DepQuant.cpp @@ -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++ )