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


Ignore:
Timestamp:
21 Feb 2014, 19:01:36 (12 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/TLibEncoder/TEncGOP.cpp

    r595 r620  
    928928      pcSlice->createExplicitReferencePictureSetFromReference(rcListPic, pcSlice->getRPS(), pcSlice->isIRAP());
    929929    }
     930#if ALIGNED_BUMPING
     931    pcSlice->checkLeadingPictureRestrictions(rcListPic);
     932#endif
    930933    pcSlice->applyReferencePictureSet(rcListPic, pcSlice->getRPS());
    931934
Note: See TracChangeset for help on using the changeset viewer.