Changeset 1015 in SHVCSoftware


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

fix for the ticket #59, patch was provided by Ohji Nakagami <Ohji.Nakagami@…>

File:
1 edited

Legend:

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

    r1009 r1015  
    24602460  {
    24612461    pcSlice->setScalingList ( pcSlice->getSPS()->getScalingList()  );
     2462
     2463#if SCALINGLIST_INFERRING
     2464    if( pcSlice->getPPS()->getScalingListPresentFlag() || pcSlice->getPPS()->getInferScalingListFlag() )
     2465#else
    24622466    if(pcSlice->getPPS()->getScalingListPresentFlag())
     2467#endif
    24632468    {
    24642469      pcSlice->setScalingList ( pcSlice->getPPS()->getScalingList()  );
Note: See TracChangeset for help on using the changeset viewer.