Ignore:
Timestamp:
28 Jun 2014, 00:51:00 (10 years ago)
Author:
seregin
Message:

fix AI config POC > 129 related to HM ticket #1127, patch was provided by Ramasubramonian, Adarsh Krishnan <aramasub@…>

File:
1 edited

Legend:

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

    r808 r811  
    12651265        else
    12661266        {
    1267 #if ALIGN_IRAP_BUGFIX
    1268 #if 0
     1267#if !ALIGN_IRAP_BUGFIX
    12691268          pcSlice->setNalUnitType(NAL_UNIT_CODED_SLICE_CRA);
    1270 #endif
    12711269#endif
    12721270        }
     
    12911289    {
    12921290      if (pcSlice->getNalUnitType() == NAL_UNIT_CODED_SLICE_TRAIL_R &&
     1291#if SVC_EXTENSION
     1292        ( m_iGopSize != 1 || m_ppcTEncTop[m_layerId]->getIntraPeriod() > 1 ) )
     1293#else
    12931294          !(m_iGopSize == 1 && pcSlice->getSliceType() == I_SLICE))
     1295#endif
    12941296        // Add this condition to avoid POC issues with encoder_intra_main.cfg configuration (see #1127 in bug tracker)
    12951297      {
Note: See TracChangeset for help on using the changeset viewer.