Changeset 149 in SHVCSoftware for branches


Ignore:
Timestamp:
3 May 2013, 20:58:47 (12 years ago)
Author:
seregin
Message:

compile error fix fro AVC_BASE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.0-dev/source/Lib/TLibCommon/TComSlice.cpp

    r140 r149  
    24992499// Assumed that RPL of the base layer is same to the EL, otherwise this information should be also dumped and read from the metadata file
    25002500  setPOC( pcSlice->getPOC() );
    2501   if( pcSlice->getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA && pcSlice->getNalUnitType() <= NAL_UNIT_CODED_SLICE_CRA )
     2501  if( pcSlice->getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA_W_LP && pcSlice->getNalUnitType() <= NAL_UNIT_CODED_SLICE_CRA )
    25022502  {
    25032503    setSliceType( I_SLICE );
Note: See TracChangeset for help on using the changeset viewer.