- Timestamp:
- 22 Jan 2015, 07:27:57 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r999 r1001 3964 3964 } 3965 3965 #if Q0142_POC_LSB_NOT_PRESENT 3966 if ( rpcSlice->getVPS()->getPocLsbNotPresentFlag(rpcSlice->getLayerId()) && iPOClsb > 0 )3966 if ( vps->getPocLsbNotPresentFlag(layerIdx) && iPOClsb > 0 ) 3967 3967 { 3968 3968 assert( rpcSlice->getPocResetIdc() != 2 ); … … 3984 3984 READ_CODE(rpcSlice->getSPS()->getBitsForPOC(), uiCode,"poc_lsb_val"); rpcSlice->setPocLsbVal(uiCode); 3985 3985 #if Q0142_POC_LSB_NOT_PRESENT 3986 if ( rpcSlice->getVPS()->getPocLsbNotPresentFlag(rpcSlice->getLayerId()) && rpcSlice->getFullPocResetFlag() )3986 if ( vps->getPocLsbNotPresentFlag(layerIdx) && rpcSlice->getFullPocResetFlag() ) 3987 3987 { 3988 3988 assert( rpcSlice->getPocLsbVal() == 0 );
Note: See TracChangeset for help on using the changeset viewer.