Changeset 1102 in SHVCSoftware
- Timestamp:
- 6 Jul 2015, 20:25:34 (9 years ago)
- Location:
- branches/SHM-dev/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h
r1101 r1102 138 138 #define UNAVAILABLE_PIC_BUGFIX 1 139 139 #endif 140 #if INFERENCE_POC_MSB_VAL_PRESENT141 #define POC_MSB_VAL_PRESENT_FLAG_SEM 0 ///< JCTVC-Q0146: Inference of poc_msb_val_present_flag142 #else143 #define POC_MSB_VAL_PRESENT_FLAG_SEM 1 ///< JCTVC-Q0146: Inference of poc_msb_val_present_flag144 #endif145 140 #define POC_RESET_INFO_INFERENCE 1 ///< JCTVC-Q0146: Infer the value of poc_reset_info_present_flag when not present 146 141 #define NO_OUTPUT_OF_PRIOR_PICS 1 ///< Use no_output_of_prior_pics_flag -
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1101 r1102 2051 2051 else 2052 2052 { 2053 #if POC_MSB_VAL_PRESENT_FLAG_SEM2054 if( sliceHeaderExtensionLength == 0 )2055 {2056 pcSlice->setPocMsbValPresentFlag( false );2057 }2058 else if( pcSlice->getPocMsbValRequiredFlag() )2059 #else2060 2053 if( pcSlice->getPocMsbValRequiredFlag() ) 2061 #endif2062 2054 { 2063 2055 pcSlice->setPocMsbValPresentFlag( true );
Note: See TracChangeset for help on using the changeset viewer.