Changeset 941 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
- Timestamp:
- 30 Dec 2014, 18:47:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r924 r941 354 354 #else 355 355 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.357 356 #endif 358 357 } … … 1088 1087 m_isNoOutputPriorPics = false; 1089 1088 } 1090 1091 //TODO: HENDRY -- Probably do the checking for max number of positive and negative pics here1092 1093 1089 1094 1090 //For inference of PicOutputFlag
Note: See TracChangeset for help on using the changeset viewer.