Changeset 819 in SHVCSoftware for branches/SHM-dev


Ignore:
Timestamp:
7 Jul 2014, 10:38:04 (10 years ago)
Author:
seregin
Message:

temporal fix for PS deleting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h

    r815 r819  
    25422542    if ( m_paramsetMap.find(psId) != m_paramsetMap.end() )
    25432543    {
     2544#if Q0078_ADD_LAYER_SETS
     2545      m_paramsetMap.erase(psId);
     2546#endif
    25442547      delete m_paramsetMap[psId];
    25452548    }
     
    25742577    {
    25752578      m_paramsetMap.erase(psId);
     2579#if Q0078_ADD_LAYER_SETS
     2580      delete m_paramsetMap[psId];
     2581#endif
    25762582    }
    25772583  }
Note: See TracChangeset for help on using the changeset viewer.