Ticket #40: FixHash.patch
File FixHash.patch, 686 bytes (added by Tomohiro Ikai, 10 years ago) |
---|
-
Lib/TLibEncoder/TEncGOP.cpp
1801 1801 calcChecksum(*pcPic->getPicYuvRec(), sei_recon_picture_digest.digest); 1802 1802 digestStr = digestToString(sei_recon_picture_digest.digest, 4); 1803 1803 } 1804 #if H_MV 1805 OutputNALUnit nalu(NAL_UNIT_SUFFIX_SEI, pcSlice->getTLayer(), getLayerId() ); 1806 #else 1804 1807 OutputNALUnit nalu(NAL_UNIT_SUFFIX_SEI, pcSlice->getTLayer()); 1808 #endif 1805 1809 1806 1810 /* write the SEI messages */ 1807 1811 m_pcEntropyCoder->setEntropyCoder(m_pcCavlcCoder, pcSlice);