Ignore:
Timestamp:
2 Apr 2013, 17:28:46 (12 years ago)
Author:
interdigital
Message:

reference picture list construction bug fix for adding ILR picture to match SHM test model text.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncTop.cpp

    r75 r107  
    809809    }
    810810  }
     811#if REF_LIST_BUGFIX
     812  if (!m_layerId)
     813  {
     814    m_cPPS.setListsModificationPresentFlag(false);
     815  }
     816  else
     817  {
     818    m_cPPS.setListsModificationPresentFlag(true);
     819  }
     820#endif
    811821#if SVC_EXTENSION
    812822  m_cPPS.setPPSId         ( m_iPPSIdCnt         );
Note: See TracChangeset for help on using the changeset viewer.