Changeset 500 in 3DVCSoftware for branches/HTM-DEV-0.3-dev0/source/Lib/TLibEncoder
- Timestamp:
- 27 Jun 2013, 12:58:02 (12 years ago)
- Location:
- branches/HTM-DEV-0.3-dev0/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/HTM-DEV-0.3-dev0/source/Lib/TLibEncoder/TEncCavlc.cpp ¶
r498 r500 735 735 if ( pcVPS->getSplittingFlag() ) 736 736 { // Ignore old dimension id length 737 pcVPS->setDimensionIdLen( pcVPS->getNumScalabilityTypes( ) - 1 ,pcVPS->inferLastDimsionIdLen ());737 pcVPS->setDimensionIdLen( pcVPS->getNumScalabilityTypes( ) - 1 ,pcVPS->inferLastDimsionIdLenMinus1() + 1 ); 738 738 } 739 739 … … 1204 1204 { 1205 1205 #endif 1206 1207 1206 if ( pcSlice->getSliceType() == B_SLICE ) 1208 1207 { -
TabularUnified branches/HTM-DEV-0.3-dev0/source/Lib/TLibEncoder/TEncGOP.cpp ¶
r497 r500 655 655 refPicListModification->setRefPicListModificationFlagL1(0); 656 656 #if H_MV 657 658 657 if ( pcSlice->getPPS()->getNumExtraSliceHeaderBits() > 0 ) 659 658 {
Note: See TracChangeset for help on using the changeset viewer.