Changeset 1302 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
21 Jul 2015, 00:23:23 (10 years ago)
Author:
seregin
Message:

port rev 4345 and rev 4346

File:
1 edited

Legend:

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

    r1273 r1302  
    531531
    532532  SEIScalableNesting() {}
     533
    533534  virtual ~SEIScalableNesting()
    534535  {
    535     if (!m_callerOwnsSEIs)
    536     {
    537       deleteSEIs(m_nestedSEIs);
    538     }
     536    deleteSEIs(m_nestedSEIs);
    539537  }
    540538
     
    551549  UChar m_nestingLayerId[MAX_NESTING_NUM_LAYER];     //value valid if m_nestingOpFlag == 0 and m_allLayersFlag == 0. This can e.g. be a static array of 64 UChar values
    552550
    553   Bool  m_callerOwnsSEIs;
    554551  SEIMessages m_nestedSEIs;
    555552};
Note: See TracChangeset for help on using the changeset viewer.