Changeset 1107 in SHVCSoftware for branches/SHM-dev/source/App/TAppDecoder
- Timestamp:
- 6 Jul 2015, 21:01:55 (9 years ago)
- Location:
- branches/SHM-dev/source/App/TAppDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppDecoder/TAppDecCfg.cpp
r1106 r1107 259 259 } 260 260 fclose (targetDecLayerIdSetFile); 261 #if !R0235_SMALLEST_LAYER_ID // LayerId=0 is not required anymore in some cases262 if ( m_targetDecLayerIdSet.size() > 0 && !isLayerIdZeroIncluded )263 {264 fprintf(stderr, "TargetDecLayerIdSet must contain LayerId=0, aborting" );265 return false;266 }267 #endif268 261 } 269 262 else -
branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp
r1106 r1107 1284 1284 return true; 1285 1285 } 1286 #if R0235_SMALLEST_LAYER_ID1286 #if SVC_EXTENSION 1287 1287 if (nalu->m_layerId == 0 && (nalu->m_nalUnitType == NAL_UNIT_VPS || nalu->m_nalUnitType == NAL_UNIT_SPS || nalu->m_nalUnitType == NAL_UNIT_PPS || nalu->m_nalUnitType == NAL_UNIT_EOS)) 1288 1288 { … … 1299 1299 return false; 1300 1300 } 1301 1301 1302 #if ALIGNED_BUMPING 1302 1303 // Function outputs a picture, and marks it as not needed for output.
Note: See TracChangeset for help on using the changeset viewer.