Changeset 1251 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 14 Jul 2015, 01:41:52 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1250 r1251 1335 1335 for (Int i = 0; i < maxNumSubLayersMinus1; i++) 1336 1336 { 1337 #if SVC_EXTENSION1338 1337 WRITE_FLAG( pcPTL->getSubLayerProfilePresentFlag(i), "sub_layer_profile_present_flag[i]" ); 1339 #else1340 if(profilePresentFlag)1341 {1342 WRITE_FLAG( pcPTL->getSubLayerProfilePresentFlag(i), "sub_layer_profile_present_flag[i]" );1343 }1344 #endif1345 1346 1338 WRITE_FLAG( pcPTL->getSubLayerLevelPresentFlag(i), "sub_layer_level_present_flag[i]" ); 1347 1339 } … … 1357 1349 for(Int i = 0; i < maxNumSubLayersMinus1; i++) 1358 1350 { 1359 #if SVC_EXTENSION1360 1351 if( pcPTL->getSubLayerProfilePresentFlag(i) ) 1361 #else1362 if( profilePresentFlag && pcPTL->getSubLayerProfilePresentFlag(i) )1363 #endif1364 1352 { 1365 1353 codeProfileTier(pcPTL->getSubLayerPTL(i)); // sub_layer_...
Note: See TracChangeset for help on using the changeset viewer.