Changeset 151 in SHVCSoftware for branches


Ignore:
Timestamp:
4 May 2013, 01:05:56 (12 years ago)
Author:
seregin
Message:

compilation error fix

Location:
branches/SHM-2.0-dev/source/Lib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.0-dev/source/Lib/TLibCommon/TypeDef.h

    r148 r151  
    8888#if REF_IDX_MFM
    8989#define RAP_MFM_INIT                     1      ///< initilizing MFM when base layer is RAP picture
     90#endif
    9091#define REF_LIST_BUGFIX                  1
    91 #endif
    9292
    9393#else
  • branches/SHM-2.0-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r150 r151  
    845845      pcSlice->addRefPicList ( m_cIlpPic,
    846846                               1,
    847                                ((pcSlice->getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA) &&
     847                               ((pcSlice->getNalUnitType() >= NAL_UNIT_CODED_SLICE_BLA_W_LP) &&
    848848                                (pcSlice->getNalUnitType() <= NAL_UNIT_CODED_SLICE_CRA)) ? 0: -1);
    849849#endif
  • branches/SHM-2.0-dev/source/Lib/TLibEncoder/TEncTop.cpp

    r150 r151  
    514514        }
    515515      }
     516#endif
    516517
    517518#if SVC_UPSAMPLING
     
    521522      pcEPic->create( m_iSourceWidth, m_iSourceHeight, g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth, m_cPPS.getMaxCuDQPDepth()+1 ,
    522523                      m_conformanceWindow, m_defaultDisplayWindow, m_numReorderPics);
    523 #endif
    524524#endif
    525525      rpcPic = pcEPic;
     
    542542        }
    543543      }
     544#endif
    544545
    545546#if SVC_UPSAMPLING
     
    549550      rpcPic->create( m_iSourceWidth, m_iSourceHeight, g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth,
    550551                      m_conformanceWindow, m_defaultDisplayWindow, m_numReorderPics);
    551 #endif
    552552#endif
    553553    }
Note: See TracChangeset for help on using the changeset viewer.