Ticket #40: FixHash.patch

File FixHash.patch, 686 bytes (added by Tomohiro Ikai, 11 years ago)
  • Lib/TLibEncoder/TEncGOP.cpp

     
    18011801          calcChecksum(*pcPic->getPicYuvRec(), sei_recon_picture_digest.digest);
    18021802          digestStr = digestToString(sei_recon_picture_digest.digest, 4);
    18031803        }
     1804#if H_MV
     1805        OutputNALUnit nalu(NAL_UNIT_SUFFIX_SEI, pcSlice->getTLayer(), getLayerId() );
     1806#else
    18041807        OutputNALUnit nalu(NAL_UNIT_SUFFIX_SEI, pcSlice->getTLayer());
     1808#endif
    18051809
    18061810        /* write the SEI messages */
    18071811        m_pcEntropyCoder->setEntropyCoder(m_pcCavlcCoder, pcSlice);