Changeset 1380 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 24 Jul 2015, 19:36:45 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r1369 r1380 2571 2571 OutputNALUnit nalu(NAL_UNIT_PPS, 0, m_layerId); 2572 2572 m_pcEntropyCoder->setBitstream(&nalu.m_Bitstream); 2573 m_pcEntropyCoder->encodePPS(pcSlice->getPPS() , &m_Enc3DAsymLUTPPS ); 2573 m_pcEntropyCoder->encodePPS(pcSlice->getPPS() , &m_Enc3DAsymLUTPPS ); 2574 2574 accessUnit.push_back(new NALUnitEBSP(nalu)); 2575 2575 }
Note: See TracChangeset for help on using the changeset viewer.