Changeset 152 in SHVCSoftware for branches/SHM-2.0-dev/source/App/TAppEncoder
- Timestamp:
- 4 May 2013, 01:18:19 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.0-dev/source/App/TAppEncoder/TAppEncTop.cpp
r133 r152 1316 1316 if (m_pchReconFile) 1317 1317 { 1318 #if SYNTAX_OUTPUT && ILP_DECODED_PICTURE 1319 m_cTVideoIOYuvReconFile.write( pcPicYuvRec ); 1320 #else 1318 1321 m_cTVideoIOYuvReconFile.write( pcPicYuvRec, m_confLeft, m_confRight, m_confTop, m_confBottom ); 1322 #endif 1319 1323 } 1320 1324
Note: See TracChangeset for help on using the changeset viewer.