Changeset 797 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 6 Jun 2014, 21:17:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.cpp
r790 r797 413 413 414 414 //only for scalable extension 415 #if SCALABILITY_MASK_E0104 416 assert( pcSlice->getVPS()->getScalabilityMask(2) == true ); 417 #else 418 assert( pcSlice->getVPS()->getScalabilityMask(1) == true ); 419 #endif 415 assert( pcSlice->getVPS()->getScalabilityMask( SCALABILITY_ID ) == true ); 420 416 } 421 417 }
Note: See TracChangeset for help on using the changeset viewer.