Ignore:
Timestamp:
7 Jan 2014, 05:53:19 (11 years ago)
Author:
zhang
Message:

remove multiple PPS for depth views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.2-dev0/source/Lib/TLibEncoder/TEncGOP.cpp

    r738 r762  
    13191319      nalu = NALUnit(NAL_UNIT_PPS);
    13201320#endif
     1321#if PPS_FIX_DEPTH
     1322      if(!pcSlice->getIsDepth() || !pcSlice->getViewIndex() )
     1323      {
     1324#endif
    13211325      m_pcEntropyCoder->setBitstream(&nalu.m_Bitstream);
    13221326      m_pcEntropyCoder->encodePPS(pcSlice->getPPS());
     
    13261330      actualTotalBits += UInt(accessUnit.back()->m_nalUnitData.str().size()) * 8;
    13271331#endif
    1328 
     1332#if PPS_FIX_DEPTH
     1333      }
     1334#endif
    13291335      xCreateLeadingSEIMessages(accessUnit, pcSlice->getSPS());
    13301336
Note: See TracChangeset for help on using the changeset viewer.