Changeset 620 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
21 Feb 2014, 19:01:36 (11 years ago)
Author:
qualcomm
Message:

Bug-fix in r612 and other bug-fix in SHM in case of IDR refresh.

From: Adarsh K. Ramasubramonian <aramasub@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.1-dev/source/Lib/TLibCommon/TComSlice.cpp

    r597 r620  
    13891389  Int i, isReference;
    13901390
     1391#if !ALIGNED_BUMPING
    13911392  checkLeadingPictureRestrictions(rcListPic);
     1393#endif
    13921394
    13931395  // loop through all pictures in the reference picture buffer
     
    34053407    //set reference picture POC of each ILP reference
    34063408    Int thePoc = ilpPic[refLayerIdc]->getPOC();
    3407     assert(thePoc >= 0);
    34083409    assert(thePoc == pcRefPicBL->getPOC());
    34093410
Note: See TracChangeset for help on using the changeset viewer.