Changeset 1016 in SHVCSoftware


Ignore:
Timestamp:
4 Feb 2015, 01:17:11 (10 years ago)
Author:
seregin
Message:

port the fix for the ticket #59 (rev 1015)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-upgrade/source/Lib/TLibDecoder/TDecTop.cpp

    r1010 r1016  
    22802280  {
    22812281    pcSlice->setScalingList ( pcSlice->getSPS()->getScalingList()  );
     2282
     2283#if SCALINGLIST_INFERRING
     2284    if( pcSlice->getPPS()->getScalingListPresentFlag() || pcSlice->getPPS()->getInferScalingListFlag() )
     2285#else
    22822286    if(pcSlice->getPPS()->getScalingListPresentFlag())
     2287#endif
    22832288    {
    22842289      pcSlice->setScalingList ( pcSlice->getPPS()->getScalingList()  );
Note: See TracChangeset for help on using the changeset viewer.