Changeset 245 in SHVCSoftware for branches/SHM-2.1-dev/source/Lib/TLibDecoder
- Timestamp:
- 30 May 2013, 02:09:16 (12 years ago)
- Location:
- branches/SHM-2.1-dev/source/Lib/TLibDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r228 r245 913 913 READ_FLAG( uiCode, "scalability_mask[i]" ); vps->setScalabilityMask(i, uiCode ? true : false); 914 914 numScalabilityTypes += uiCode; 915 if( i != 1 )916 {917 // Multiview and reserved masks are not used in this version of software918 assert( uiCode == 0 );919 }920 915 } 921 916 vps->setNumScalabilityTypes(numScalabilityTypes); -
branches/SHM-2.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
r240 r245 258 258 { 259 259 rpcPic->setSpatialEnhLayerFlag( true ); 260 261 //only for scalable extension 262 assert( pcSlice->getVPS()->getScalabilityMask(1) == true ); 260 263 } 261 264 }
Note: See TracChangeset for help on using the changeset viewer.