Changeset 1016 in SHVCSoftware
- Timestamp:
- 4 Feb 2015, 01:17:11 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/Lib/TLibDecoder/TDecTop.cpp
r1010 r1016 2280 2280 { 2281 2281 pcSlice->setScalingList ( pcSlice->getSPS()->getScalingList() ); 2282 2283 #if SCALINGLIST_INFERRING 2284 if( pcSlice->getPPS()->getScalingListPresentFlag() || pcSlice->getPPS()->getInferScalingListFlag() ) 2285 #else 2282 2286 if(pcSlice->getPPS()->getScalingListPresentFlag()) 2287 #endif 2283 2288 { 2284 2289 pcSlice->setScalingList ( pcSlice->getPPS()->getScalingList() );
Note: See TracChangeset for help on using the changeset viewer.