Ignore:
Timestamp:
27 Jun 2013, 12:58:02 (12 years ago)
Author:
tech
Message:

Further fixes.

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  
    735735  if ( pcVPS->getSplittingFlag() )
    736736  { // Ignore old dimension id length
    737     pcVPS->setDimensionIdLen( pcVPS->getNumScalabilityTypes( ) - 1 ,pcVPS->inferLastDimsionIdLen() );       
     737    pcVPS->setDimensionIdLen( pcVPS->getNumScalabilityTypes( ) - 1 ,pcVPS->inferLastDimsionIdLenMinus1() + 1 );       
    738738  }   
    739739
     
    12041204      {
    12051205#endif
    1206 
    12071206      if ( pcSlice->getSliceType() == B_SLICE )
    12081207      {
  • TabularUnified branches/HTM-DEV-0.3-dev0/source/Lib/TLibEncoder/TEncGOP.cpp

    r497 r500  
    655655    refPicListModification->setRefPicListModificationFlagL1(0);
    656656#if H_MV
    657 
    658657    if ( pcSlice->getPPS()->getNumExtraSliceHeaderBits() > 0 )
    659658    {
Note: See TracChangeset for help on using the changeset viewer.