Ignore:
Timestamp:
31 May 2013, 09:48:43 (11 years ago)
Author:
seregin
Message:

use refLayerIdc for getting reference layer encoder and decoder

File:
1 edited

Legend:

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

    r240 r250  
    536536    {
    537537#if VPS_EXTN_DIRECT_REF_LAYERS
    538       TComList<TComPic*> *cListPic = m_ppcTEncTop[m_layerId]->getRefLayerEnc(m_layerId)->getListPic();
     538      TComList<TComPic*> *cListPic = m_ppcTEncTop[m_layerId]->getRefLayerEnc(m_layerId-1)->getListPic();
    539539#else
    540540      TComList<TComPic*> *cListPic = m_ppcTEncTop[m_layerId-1]->getListPic();
Note: See TracChangeset for help on using the changeset viewer.