Changeset 1015 in SHVCSoftware
- Timestamp:
- 4 Feb 2015, 01:15:35 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1009 r1015 2460 2460 { 2461 2461 pcSlice->setScalingList ( pcSlice->getSPS()->getScalingList() ); 2462 2463 #if SCALINGLIST_INFERRING 2464 if( pcSlice->getPPS()->getScalingListPresentFlag() || pcSlice->getPPS()->getInferScalingListFlag() ) 2465 #else 2462 2466 if(pcSlice->getPPS()->getScalingListPresentFlag()) 2467 #endif 2463 2468 { 2464 2469 pcSlice->setScalingList ( pcSlice->getPPS()->getScalingList() );
Note: See TracChangeset for help on using the changeset viewer.