Changeset 552 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibDecoder
- Timestamp:
- 23 Jan 2014, 18:05:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r551 r552 1194 1194 if( !vps->getProfilePresentFlag(idx) ) 1195 1195 { 1196 #if P0048_REMOVE_PROFILE_REF 1197 // Copy profile information from previous one 1198 vps->getPTLForExtn(idx)->copyProfileInfo( (idx==1) ? vps->getPTL() : vps->getPTLForExtn( idx - 1 ) ); 1199 #else 1196 1200 READ_CODE( 6, uiCode, "profile_ref_minus1[i]" ); vps->setProfileLayerSetRef(idx, uiCode + 1); 1197 1201 #if O0109_PROF_REF_MINUS1 … … 1202 1206 // Copy profile information as indicated 1203 1207 vps->getPTLForExtn(idx)->copyProfileInfo( vps->getPTLForExtn( vps->getProfileLayerSetRef(idx) ) ); 1208 #endif 1204 1209 } 1205 1210 parsePTL( vps->getPTLForExtn(idx), vps->getProfilePresentFlag(idx), vps->getMaxTLayers() - 1 );
Note: See TracChangeset for help on using the changeset viewer.