Changeset 372 in SHVCSoftware for branches/SHM-3.1-dev/source/App


Ignore:
Timestamp:
28 Aug 2013, 04:22:07 (11 years ago)
Author:
seregin
Message:

remove ILP_DECODED_PICTURE macro

Location:
branches/SHM-3.1-dev/source/App
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/App/TAppDecoder/TAppDecTop.cpp

    r313 r372  
    560560      if ( m_pchReconFile )
    561561      {
    562 #if SYNTAX_OUTPUT && ILP_DECODED_PICTURE
    563         m_cTVideoIOYuvReconFile.write( pcPic->getPicYuvRec() );
    564 #else
     562#if SYNTAX_OUTPUT
    565563        const Window &conf = pcPic->getConformanceWindow();
    566564        const Window &defDisp = m_respectDefDispWindow ? pcPic->getDefDisplayWindow() : Window();
  • branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r345 r372  
    14751475    if (m_pchReconFile)
    14761476    {
    1477 #if SYNTAX_OUTPUT && ILP_DECODED_PICTURE
    1478       m_cTVideoIOYuvReconFile.write( pcPicYuvRec );
    1479 #else
     1477#if SYNTAX_OUTPUT
    14801478      m_cTVideoIOYuvReconFile.write( pcPicYuvRec, m_confLeft, m_confRight, m_confTop, m_confBottom );
    14811479#endif
Note: See TracChangeset for help on using the changeset viewer.