Ignore:
Timestamp:
6 Mar 2013, 01:35:15 (12 years ago)
Author:
seregin
Message:

fixing compilation error

File:
1 edited

Legend:

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

    r58 r62  
    960960        if( nalu.m_layerId == 1 && pBLPic->getPicYuvRec() == NULL )
    961961        {
    962 #if SVC_UPSAMPLING
    963 #if AVC_SYNTAX
    964962          TComSPS* sps = new TComSPS();
    965963          Int  numReorderPics[MAX_TLAYER];
    966964          Window &conformanceWindow = sps->getConformanceWindow();
    967965          Window defaultDisplayWindow = sps->getVuiParametersPresentFlag() ? sps->getVuiParameters()->getDefaultDisplayWindow() : Window();
     966#if SVC_UPSAMPLING
     967#if AVC_SYNTAX
    968968
    969969          pBLPic->create( m_ppcTDecTop[0]->getBLWidth(), m_ppcTDecTop[0]->getBLHeight(), g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth, conformanceWindow, defaultDisplayWindow, numReorderPics, sps, true);
    970970#else
    971           pBLPic->create( m_ppcTDecTop[0]->getBLWidth(), m_ppcTDecTop[0]->getBLHeight(), g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth, NULL, onformanceWindow, defaultDisplayWindow, numReorderPics, true);
     971          pBLPic->create( m_ppcTDecTop[0]->getBLWidth(), m_ppcTDecTop[0]->getBLHeight(), g_uiMaxCUWidth, g_uiMaxCUHeight, g_uiMaxCUDepth, conformanceWindow, defaultDisplayWindow, numReorderPics, NULL, true);
    972972#endif
    973973#else
Note: See TracChangeset for help on using the changeset viewer.