Changeset 461 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncGOP.cpp
- Timestamp:
- 12 Nov 2013, 16:01:31 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r460 r461 1683 1683 OutputNALUnit nalu(NAL_UNIT_VPS); 1684 1684 #endif 1685 #if VPS_EXTN_OFFSET_CALC 1686 OutputNALUnit tempNalu(NAL_UNIT_VPS, 0, 0 ); // The value of nuh_layer_id of VPS NAL unit shall be equal to 0. 1687 m_pcEntropyCoder->setBitstream(&tempNalu.m_Bitstream); 1688 m_pcEntropyCoder->encodeVPS(m_pcEncTop->getVPS()); // Use to calculate the VPS extension offset 1689 #endif 1685 1690 m_pcEntropyCoder->setBitstream(&nalu.m_Bitstream); 1686 1691 m_pcEntropyCoder->encodeVPS(m_pcEncTop->getVPS());
Note: See TracChangeset for help on using the changeset viewer.