Changeset 947 in SHVCSoftware


Ignore:
Timestamp:
31 Dec 2014, 07:51:28 (10 years ago)
Author:
seregin
Message:

fix variable name

Location:
branches/SHM-upgrade/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-upgrade/source/App/TAppEncoder/TAppEncLayerCfg.cpp

    r945 r947  
    309309  printf("Internal Format                   : %dx%d %dHz\n", m_iSourceWidth, m_iSourceHeight, m_iFrameRate );
    310310#if MULTIPLE_PTL_SUPPORT
    311   printf("PTL index                         : %d", m_layerPTLIdx );
     311  printf("PTL index                         : %d\n", m_layerPTLIdx );
    312312#endif
    313313#if O0194_DIFFERENT_BITDEPTH_EL_BL
  • branches/SHM-upgrade/source/Lib/TLibDecoder/TDecTop.cpp

    r946 r947  
    20132013          {
    20142014#if O0215_PHASE_ALIGNMENT_REMOVAL
    2015             m_cPrediction.upsampleBasePic( pcSlice, refLayerIdc, pcPic->getFullPelBaseRec(refLayerIdc), pBaseColRec, pcPic->getPicYuvRec());
     2015            m_cPrediction.upsampleBasePic( pcSlice, refLayerIdc, m_pcPic->getFullPelBaseRec(refLayerIdc), pBaseColRec, m_pcPic->getPicYuvRec());
    20162016#else
    20172017#if O0215_PHASE_ALIGNMENT
Note: See TracChangeset for help on using the changeset viewer.