Changeset 555 in SHVCSoftware for branches/SHM-5.0-dev/source
- Timestamp:
- 25 Jan 2014, 01:17:26 (11 years ago)
- Location:
- branches/SHM-5.0-dev/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/App/TAppEncoder/TAppEncTop.cpp
r553 r555 1657 1657 { 1658 1658 OutputNALUnit nalu(NAL_UNIT_EOB); 1659 nalu.m_layerId = 0; 1660 writeRBSPTrailingBits(nalu.m_Bitstream); 1659 nalu.m_layerId = 1; 1661 1660 1662 1661 AccessUnit& accessUnit = outputAccessUnits.back(); 1662 nalu.m_temporalId = accessUnit.front()->m_temporalId; 1663 1663 accessUnit.push_back(new NALUnitEBSP(nalu)); 1664 1664 } -
branches/SHM-5.0-dev/source/Lib/TLibEncoder/NALwrite.cpp
r313 r555 91 91 vector<uint8_t>& rbsp = nalu.m_Bitstream.getFIFO(); 92 92 93 #if P0130_EOB 94 if (rbsp.size() == 0) return; 95 #endif 96 93 97 for (vector<uint8_t>::iterator it = rbsp.begin(); it != rbsp.end();) 94 98 {
Note: See TracChangeset for help on using the changeset viewer.