Changeset 552 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibEncoder
- Timestamp:
- 23 Jan 2014, 18:05:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r551 r552 955 955 { 956 956 WRITE_FLAG( vps->getProfilePresentFlag(idx), "vps_profile_present_flag[i]" ); 957 #if !P0048_REMOVE_PROFILE_REF 957 958 if( !vps->getProfilePresentFlag(idx) ) 958 959 { 959 960 WRITE_CODE( vps->getProfileLayerSetRef(idx) - 1, 6, "profile_ref_minus1[i]" ); 960 961 } 962 #endif 961 963 codePTL( vps->getPTLForExtn(idx), vps->getProfilePresentFlag(idx), vps->getMaxTLayers() - 1 ); 962 964 }
Note: See TracChangeset for help on using the changeset viewer.