Ignore:
Timestamp:
6 Nov 2015, 16:18:36 (8 years ago)
Author:
tech
Message:

Macro fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r1356 r1373  
    17711771        xG813DecProcForInterLayerRefPicSet();
    17721772      }
     1773      else
     1774      {
     1775#if NH_MV_FIX_INIT_NUM_ACTIVE_REF_LAYER_PICS
     1776        TComDecodedRps* decRps = m_pcPic->getDecodedRps();
     1777        decRps->m_numActiveRefLayerPics0 = 0;
     1778        decRps->m_numActiveRefLayerPics1 = 0;     
     1779#endif
     1780      }
    17731781    }
    17741782  }
Note: See TracChangeset for help on using the changeset viewer.