Changeset 1105 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 6 Jul 2015, 20:41:31 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1104 r1105 2191 2191 #endif 2192 2192 WRITE_FLAG( vps->getProfilePresentFlag(idx), "vps_profile_present_flag[i]" ); 2193 #if !P0048_REMOVE_PROFILE_REF2194 if( !vps->getProfilePresentFlag(idx) )2195 {2196 WRITE_CODE( vps->getProfileLayerSetRef(idx) - 1, 6, "profile_ref_minus1[i]" );2197 }2198 #endif2199 2193 #if MULTIPLE_PTL_SUPPORT 2200 2194 codePTL( vps->getPTL(idx), vps->getProfilePresentFlag(idx), vps->getMaxTLayers() - 1 );
Note: See TracChangeset for help on using the changeset viewer.