Changeset 405 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
26 Sep 2013, 10:32:02 (11 years ago)
Author:
ericsson
Message:

Scalability mask modification JCT3V-E0104 (Ericsson, A. Norkin)

File:
1 edited

Legend:

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

    r401 r405  
    306306
    307307          //only for scalable extension
     308#if SCALABILITY_MASK_E0104
     309          assert( pcSlice->getVPS()->getScalabilityMask(2) == true );
     310#else
    308311          assert( pcSlice->getVPS()->getScalabilityMask(1) == true );
     312#endif
    309313        }
    310314#if MAX_ONE_RESAMPLING_DIRECT_LAYERS
     315#if SCALABILITY_MASK_E0104
     316        if(pcSlice->getVPS()->getScalabilityMask(2))
     317#else
    311318        if(pcSlice->getVPS()->getScalabilityMask(1))
     319#endif
    312320        {
    313321          pcSlice->setPic(rpcPic);
Note: See TracChangeset for help on using the changeset viewer.