Changeset 1002 in SHVCSoftware for branches/SHM-upgrade/source/Lib/TLibDecoder
- Timestamp:
- 22 Jan 2015, 07:33:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1000 r1002 2058 2058 } 2059 2059 #if Q0142_POC_LSB_NOT_PRESENT 2060 if ( pcSlice->getVPS()->getPocLsbNotPresentFlag( pcSlice->getLayerId()) && iPOClsb > 0 )2060 if ( pcSlice->getVPS()->getPocLsbNotPresentFlag( pcSlice->getVPS()->getLayerIdInVps(pcSlice->getLayerId()) ) && iPOClsb > 0 ) 2061 2061 { 2062 2062 assert( pcSlice->getPocResetIdc() != 2 ); … … 2078 2078 READ_CODE(pcSlice->getSPS()->getBitsForPOC(), uiCode,"poc_lsb_val"); pcSlice->setPocLsbVal(uiCode); 2079 2079 #if Q0142_POC_LSB_NOT_PRESENT 2080 if ( pcSlice->getVPS()->getPocLsbNotPresentFlag( pcSlice->getLayerId()) && pcSlice->getFullPocResetFlag() )2080 if ( pcSlice->getVPS()->getPocLsbNotPresentFlag( pcSlice->getVPS()->getLayerIdInVps(pcSlice->getLayerId()) ) && pcSlice->getFullPocResetFlag() ) 2081 2081 { 2082 2082 assert( pcSlice->getPocLsbVal() == 0 );
Note: See TracChangeset for help on using the changeset viewer.