Changeset 372 in SHVCSoftware for branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncTop.cpp
- Timestamp:
- 28 Aug 2013, 04:22:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncTop.cpp
r345 r372 1475 1475 if (m_pchReconFile) 1476 1476 { 1477 #if SYNTAX_OUTPUT && ILP_DECODED_PICTURE 1478 m_cTVideoIOYuvReconFile.write( pcPicYuvRec ); 1479 #else 1477 #if SYNTAX_OUTPUT 1480 1478 m_cTVideoIOYuvReconFile.write( pcPicYuvRec, m_confLeft, m_confRight, m_confTop, m_confBottom ); 1481 1479 #endif
Note: See TracChangeset for help on using the changeset viewer.