Changeset 439 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder
- Timestamp:
- 17 Oct 2013, 11:52:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r431 r439 1610 1610 rpcSlice->setRPS(rps); 1611 1611 } 1612 #if N0065_LAYER_POC_ALIGNMENT 1613 if( rpcSlice->getLayerId() > 0 || !rpcSlice->getIdrPicFlag() ) 1614 #else 1612 1615 else 1616 #endif 1613 1617 { 1614 1618 READ_CODE(sps->getBitsForPOC(), uiCode, "pic_order_cnt_lsb"); … … 1640 1644 rpcSlice->setPOC (iPOCmsb+iPOClsb); 1641 1645 1646 #if N0065_LAYER_POC_ALIGNMENT 1647 if( !rpcSlice->getIdrPicFlag() ) 1648 { 1649 #endif 1642 1650 TComReferencePictureSet* rps; 1643 1651 rps = rpcSlice->getLocalRPS(); … … 1771 1779 rpcSlice->setEnableTMVPFlag(false); 1772 1780 } 1781 #if N0065_LAYER_POC_ALIGNMENT 1782 } 1783 #endif 1773 1784 } 1774 1785
Note: See TracChangeset for help on using the changeset viewer.