Changeset 1492 in SHVCSoftware


Ignore:
Timestamp:
2 Dec 2015, 23:47:20 (9 years ago)
Author:
seregin
Message:

put applyReferencePictureSet back in the order, it has to be called after checkThatAllRefPicsAreAvailable, where LTR picture marking is done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r1491 r1492  
    611611#if ALIGNED_BUMPING
    612612    m_apcSlicePilot->checkLeadingPictureRestrictions(m_cListPic);
     613
     614    if( m_parseIdc == 1 || m_parseIdc == 3 )
     615    {
     616      m_apcSlicePilot->applyReferencePictureSet(m_cListPic, m_apcSlicePilot->getRPS());
     617    }
    613618#else
    614619    m_apcSlicePilot->applyReferencePictureSet(m_cListPic, m_apcSlicePilot->getRPS());
     
    12781283      }
    12791284    }
    1280     m_apcSlicePilot->applyReferencePictureSet(m_cListPic, m_apcSlicePilot->getRPS());
    12811285  }
    12821286
Note: See TracChangeset for help on using the changeset viewer.