Changeset 762 in 3DVCSoftware for branches/HTM-9.2-dev0/source/Lib/TLibEncoder/TEncGOP.cpp
- Timestamp:
- 7 Jan 2014, 05:53:19 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.2-dev0/source/Lib/TLibEncoder/TEncGOP.cpp
r738 r762 1319 1319 nalu = NALUnit(NAL_UNIT_PPS); 1320 1320 #endif 1321 #if PPS_FIX_DEPTH 1322 if(!pcSlice->getIsDepth() || !pcSlice->getViewIndex() ) 1323 { 1324 #endif 1321 1325 m_pcEntropyCoder->setBitstream(&nalu.m_Bitstream); 1322 1326 m_pcEntropyCoder->encodePPS(pcSlice->getPPS()); … … 1326 1330 actualTotalBits += UInt(accessUnit.back()->m_nalUnitData.str().size()) * 8; 1327 1331 #endif 1328 1332 #if PPS_FIX_DEPTH 1333 } 1334 #endif 1329 1335 xCreateLeadingSEIMessages(accessUnit, pcSlice->getSPS()); 1330 1336
Note: See TracChangeset for help on using the changeset viewer.