Changeset 1083 in SHVCSoftware for branches/SHM-dev/source/Lib


Ignore:
Timestamp:
26 Mar 2015, 00:40:48 (10 years ago)
Author:
interdigital
Message:

set pcIlpPic[refLayerIdc] slice layer ID value to fix the assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/SHM-dev/source/Lib/TLibCommon/TComSlice.cpp ΒΆ

    r1077 r1083  
    43064306      //copy layer id from the reference layer
    43074307      pcIlpPic[refLayerIdc]->setLayerId( pcRefPicBL->getLayerId() );
     4308      pcIlpPic[refLayerIdc]->getSlice(0)->setLayerId(pcRefPicBL->getLayerId());
    43084309
    43094310      pcIlpPic[refLayerIdc]->getPicYuvRec()->setBorderExtension( false );
Note: See TracChangeset for help on using the changeset viewer.