Ignore:
Timestamp:
30 Dec 2014, 18:47:09 (10 years ago)
Author:
seregin
Message:

support profile, tier and level for each layer, patch was provided by Hendry <fhendry@…>

File:
1 edited

Legend:

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

    r924 r941  
    354354#else
    355355    m_iMaxRefPicNum = pcSlice->getVPS()->getMaxVpsDecPicBufferingMinus1( getCommonDecoderParams()->getTargetOutputLayerSetIdx(), pcSlice->getLayerId(), pcSlice->getTLayer() ) + 1; // m_uiMaxDecPicBuffering has the space for the picture currently being decoded
    356     //TODO: HENDRY -- Do the checking here.
    357356#endif
    358357  }
     
    10881087    m_isNoOutputPriorPics = false;
    10891088  }
    1090 
    1091   //TODO: HENDRY -- Probably do the checking for max number of positive and negative pics here
    1092 
    10931089
    10941090  //For inference of PicOutputFlag
Note: See TracChangeset for help on using the changeset viewer.