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


Ignore:
Timestamp:
8 Jul 2015, 03:40:48 (10 years ago)
Author:
seregin
Message:

macro cleanup: P0166_MODIFIED_PPS_EXTENSION, LAYER_DECPICBUFF_PARAM, DPB_CONSTRAINTS

File:
1 edited

Legend:

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

    r1187 r1188  
    14441444        rps->setNumberOfPictures(offset);
    14451445      }
    1446 #if DPB_CONSTRAINTS
     1446
     1447#if SVC_EXTENSION
     1448      // DPB constraints
    14471449      if( pcSlice->getVPS()->getVpsExtensionFlag() == 1 )
    14481450      {
     
    14761478      }
    14771479#endif
     1480
    14781481      if ( pcSlice->getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_W_LP
    14791482        || pcSlice->getNalUnitType() == NAL_UNIT_CODED_SLICE_BLA_W_RADL
Note: See TracChangeset for help on using the changeset viewer.