Changeset 248 in SHVCSoftware for branches/SHM-2.1-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
31 May 2013, 01:39:45 (11 years ago)
Author:
qualcomm
Message:

M0269 : Max one resampling process for inter-layer reference - Bug fix

File:
1 edited

Legend:

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

    r245 r248  
    262262        assert( pcSlice->getVPS()->getScalabilityMask(1) == true );
    263263      }
     264#if MAX_ONE_RESAMPLING_DIRECT_LAYERS
     265      if(pcSlice->getVPS()->getScalabilityMask(1))
     266      {
     267         pcSlice->setPic(rpcPic);
     268      }
     269#endif
    264270    }
    265271#endif
Note: See TracChangeset for help on using the changeset viewer.