Changeset 1528 in SHVCSoftware


Ignore:
Timestamp:
16 Mar 2016, 17:39:38 (8 years ago)
Author:
seregin
Message:

fix the loop limit, ticket #108

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r1523 r1528  
    38023802        m_lastPocPeriodId = (periodId == m_lastPocPeriodId) ? (periodId + 1) % 64 : periodId ;
    38033803
    3804         for( UInt i = 0; i < MAX_LAYERS; i++ )
     3804        for( UInt i = 0; i < m_pcCfg->getNumLayer(); i++ )
    38053805        {
    38063806          m_ppcTEncTop[i]->setPocDecrementedInDPBFlag(false);
Note: See TracChangeset for help on using the changeset viewer.