Changeset 1355 in 3DVCSoftware for branches/HTM-15.1-dev0-NICT/source/Lib/TLibEncoder/TEncGOP.cpp
- Timestamp:
- 26 Oct 2015, 14:16:11 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.1-dev0-NICT/source/Lib/TLibEncoder/TEncGOP.cpp
r1349 r1355 232 232 OutputNALUnit nalu(naluType, temporalId); 233 233 #endif 234 printf("\nDEBUG: TEncGOP::xWriteSEI() call SEIWriter::writeSEImessages()\n");235 234 m_seiWriter.writeSEImessages(nalu.m_Bitstream, seiMessages, sps, false); 236 235 auPos = accessUnit.insert(auPos, new NALUnitEBSP(nalu));
Note: See TracChangeset for help on using the changeset viewer.