Changeset 20 in 3DVCSoftware for branches/0.2-HHI/source/App/TAppEncoder/TAppEncTop.cpp
- Timestamp:
- 15 Feb 2012, 18:58:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.2-HHI/source/App/TAppEncoder/TAppEncTop.cpp
r5 r20 583 583 //GT: setup and init Bools for Eos and Continue Reading 584 584 Bool bAllEos = false; 585 Bool bAllContinueReadingPics ;585 Bool bAllContinueReadingPics = false; 586 586 std::vector<Bool> bEos ; 587 587 std::vector<Bool> bContinueReadingPics ; 588 588 589 589 Bool bAllDepthEos = false; 590 Bool bAllContinueReadingDepthPics ;590 Bool bAllContinueReadingDepthPics = false; 591 591 std::vector<Bool> bDepthEos ; 592 592 std::vector<Bool> bContinueReadingDepthPics ;
Note: See TracChangeset for help on using the changeset viewer.