Changeset 151 in SHVCSoftware for branches/SHM-2.0-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
4 May 2013, 01:05:56 (12 years ago)
Author:
seregin
Message:

compilation error fix

File:
1 edited

Legend:

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

    r150 r151  
    845845      pcSlice->addRefPicList ( m_cIlpPic,
    846846                               1,
    847                                ((pcSlice->getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA) &&
     847                               ((pcSlice->getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA_W_LP) &&
    848848                                (pcSlice->getNalUnitType() <= NAL_UNIT_CODED_SLICE_CRA)) ? 0: -1);
    849849#endif
Note: See TracChangeset for help on using the changeset viewer.