Changeset 151 in SHVCSoftware for branches/SHM-2.0-dev/source/Lib/TLibEncoder


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

compilation error fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.