Changeset 1206 in SHVCSoftware for branches/SHM-dev
- Timestamp:
- 8 Jul 2015, 21:08:20 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1205 r1206 72 72 #define POC_RESET_IDC_ENCODER 1 ///< JCTVC-P0041: Include support of enabling POC reset at the encoder 73 73 #define POC_RESET_IDC_DECODER 1 ///< JCTVC-P0041: Include support of enabling POC reset at the decoder 74 #define ALIGN_IRAP_BUGFIX 175 #define UNAVAILABLE_PIC_BUGFIX 176 74 #endif 77 75 #define POC_RESET_INFO_INFERENCE 1 ///< JCTVC-Q0146: Infer the value of poc_reset_info_present_flag when not present … … 80 78 #define AVC_BASE 1 ///< YUV BL reading for AVC base SVC 81 79 #define SVC_POC 1 ///< POC signalling and reset 80 #define UNAVAILABLE_PIC_BUGFIX 1 82 81 83 82 #define REF_IDX_MFM 1 ///< JCTVC-L0336: motion vector mapping of inter-layer reference picture -
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r1203 r1206 1479 1479 pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_CRA); 1480 1480 } 1481 } 1482 else 1483 { 1484 #if !ALIGN_IRAP_BUGFIX 1485 pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_CRA); 1486 #endif 1487 } 1481 } 1488 1482 } 1489 1483
Note: See TracChangeset for help on using the changeset viewer.