Changeset 616 in 3DVCSoftware for branches/HTM-8.0-dev0
- Timestamp:
- 6 Sep 2013, 01:21:22 (11 years ago)
- Location:
- branches/HTM-8.0-dev0/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.0-dev0/source/Lib/TLibCommon/TypeDef.h
r615 r616 207 207 208 208 209 209 /// FIXES 210 #define H_MV_FIX_LID_PIC_HASH_SEI_T40 1 // Fix wrong layer_id in decoded picture hash SEI 210 211 211 212 ///////////////////////////////////////////////////////////////////////////////////////// -
branches/HTM-8.0-dev0/source/Lib/TLibEncoder/TEncGOP.cpp
r608 r616 1816 1816 digestStr = digestToString(sei_recon_picture_digest.digest, 4); 1817 1817 } 1818 #if H_MV_FIX_LID_PIC_HASH_SEI_T40 1819 OutputNALUnit nalu(NAL_UNIT_SUFFIX_SEI, pcSlice->getTLayer(), getLayerId() ); 1820 #else 1818 1821 OutputNALUnit nalu(NAL_UNIT_SUFFIX_SEI, pcSlice->getTLayer()); 1822 #endif 1819 1823 1820 1824 /* write the SEI messages */
Note: See TracChangeset for help on using the changeset viewer.