Ignore:
Timestamp:
15 Apr 2015, 11:36:33 (10 years ago)
Author:
tech
Message:

Removed 3D-HEVC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.0-MV-draft-3/source/Lib/TLibDecoder/TDecSlice.cpp

    r1179 r1191  
    221221    }
    222222  }
    223 #if  H_3D
    224   if( pcSlice->getPPS()->getDLT() != NULL )
    225   {
    226       assert( pcSlice->getSPS()->getBitDepthY() == pcSlice->getPPS()->getDLT()->getDepthViewBitDepth() );
    227   }
    228 #endif
    229223  for( Int iCUAddr = iStartCUAddr; !uiIsLast && iCUAddr < rpcPic->getNumCUsInFrame(); iCUAddr = rpcPic->getPicSym()->xCalculateNxtCUAddr(iCUAddr) )
    230224  {
Note: See TracChangeset for help on using the changeset viewer.