Changeset 537 in SHVCSoftware
- Timestamp:
- 6 Jan 2014, 05:06:06 (11 years ago)
- Location:
- branches/SHM-4.1-dev/source
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r532 r537 2428 2428 #endif 2429 2429 #if O0223_PICTURE_TYPES_ALIGN_FLAG 2430 printf(" Cross layer picture type alignment: %d\n", m_crossLayerPictureTypeAlignFlag );2430 printf("Align picture type : %d\n", m_crossLayerPictureTypeAlignFlag ); 2431 2431 #endif 2432 2432 #if N0147_IRAP_ALIGN_FLAG -
branches/SHM-4.1-dev/source/App/TAppEncoder/TAppEncTop.cpp
r532 r537 1326 1326 } 1327 1327 #endif 1328 #if O0223_PICTURE_TYPES_ALIGN_FLAG 1329 vps->setCrossLayerPictureTypeAlignFlag( m_crossLayerPictureTypeAlignFlag ); 1330 #endif 1328 1331 #if N0147_IRAP_ALIGN_FLAG 1329 1332 vps->setCrossLayerIrapAlignFlag( m_crossLayerIrapAlignFlag ); -
branches/SHM-4.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
r535 r537 1057 1057 { 1058 1058 TComPic* pBLPic = (*m_ppcTDecTop[0]->getListPic()->begin()); 1059 pBLPic->getSlice(0)->setReferenced(true); 1059 1060 fstream* pFile = m_ppcTDecTop[0]->getBLReconFile(); 1060 1061 UInt uiWidth = pBLPic->getPicYuvRec()->getWidth();
Note: See TracChangeset for help on using the changeset viewer.