Changeset 152 in SHVCSoftware for branches/SHM-2.0-dev/source/App/TAppEncoder


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

decoded picture output for SYNTAX_OUTPU

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.0-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r133 r152  
    13161316    if (m_pchReconFile)
    13171317    {
     1318#if SYNTAX_OUTPUT && ILP_DECODED_PICTURE
     1319      m_cTVideoIOYuvReconFile.write( pcPicYuvRec );
     1320#else
    13181321      m_cTVideoIOYuvReconFile.write( pcPicYuvRec, m_confLeft, m_confRight, m_confTop, m_confBottom );
     1322#endif
    13191323    }
    13201324
Note: See TracChangeset for help on using the changeset viewer.