Changeset 405 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder
- Timestamp:
- 26 Sep 2013, 10:32:02 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
r401 r405 306 306 307 307 //only for scalable extension 308 #if SCALABILITY_MASK_E0104 309 assert( pcSlice->getVPS()->getScalabilityMask(2) == true ); 310 #else 308 311 assert( pcSlice->getVPS()->getScalabilityMask(1) == true ); 312 #endif 309 313 } 310 314 #if MAX_ONE_RESAMPLING_DIRECT_LAYERS 315 #if SCALABILITY_MASK_E0104 316 if(pcSlice->getVPS()->getScalabilityMask(2)) 317 #else 311 318 if(pcSlice->getVPS()->getScalabilityMask(1)) 319 #endif 312 320 { 313 321 pcSlice->setPic(rpcPic);
Note: See TracChangeset for help on using the changeset viewer.