Changeset 738 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComPic.cpp
- Timestamp:
- 10 Dec 2013, 13:50:12 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/TComPic.cpp
r655 r738 503 503 { 504 504 if ( legend ) 505 std::cout << "LId" << "\t" << "POC" << "\t" << "Rec" << "\t" << "Ref" << "\t" << "LT"<< std::endl;505 std::cout << std::endl << "LId" << "\t" << "POC" << "\t" << "Rec" << "\t" << "Ref" << "\t" << "LT" << "\t" << "OutMark" << "\t" << "OutFlag" << std::endl; 506 506 else 507 std::cout << getLayerId() << "\t" << getPOC()<< "\t" << getReconMark() << "\t" << getSlice(0)->isReferenced() << "\t" << getIsLongTerm() << std::endl;507 std::cout << getLayerId() << "\t" << getPOC()<< "\t" << getReconMark() << "\t" << getSlice(0)->isReferenced() << "\t" << getIsLongTerm() << "\t" << getOutputMark() << "\t" << getSlice(0)->getPicOutputFlag() <<std::endl; 508 508 } 509 509 … … 530 530 return getPic ( m_vps->getLayerIdInNuh( viewIndex, depthFlag ), poc ); 531 531 } 532 532 #endif 533 533 Void TComPicLists::print() 534 534 { … … 571 571 } 572 572 573 #if H_3D 573 574 TComPicYuv* TComPicLists::getPicYuv( Int viewIndex, Bool depthFlag, Int poc, Bool recon ) 574 575 { … … 593 594 } 594 595 #endif 595 #endif // H_3D596 #endif 596 597 #endif // H_MV 597 598
Note: See TracChangeset for help on using the changeset viewer.