Changeset 620 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibCommon
- Timestamp:
- 21 Feb 2014, 19:01:36 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibCommon/TComSlice.cpp
r597 r620 1389 1389 Int i, isReference; 1390 1390 1391 #if !ALIGNED_BUMPING 1391 1392 checkLeadingPictureRestrictions(rcListPic); 1393 #endif 1392 1394 1393 1395 // loop through all pictures in the reference picture buffer … … 3405 3407 //set reference picture POC of each ILP reference 3406 3408 Int thePoc = ilpPic[refLayerIdc]->getPOC(); 3407 assert(thePoc >= 0);3408 3409 assert(thePoc == pcRefPicBL->getPOC()); 3409 3410
Note: See TracChangeset for help on using the changeset viewer.