Changeset 296 in 3DVCSoftware for trunk/source/App/TAppRenderer/TAppRendererTop.cpp
- Timestamp:
- 20 Feb 2013, 22:07:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/App/TAppRenderer/TAppRendererTop.cpp
r210 r296 429 429 // Write Output 430 430 431 #if PIC_CROPPING432 431 m_apcTVideoIOYuvSynthOutput[m_bSweep ? 0 : iSynthViewIdx]->write( pcPicYuvSynthOut, 0, 0, 0, 0 ); 433 #else434 m_apcTVideoIOYuvSynthOutput[m_bSweep ? 0 : iSynthViewIdx]->write( pcPicYuvSynthOut, aiPad );435 #endif436 432 } 437 433 iFrame++; … … 665 661 666 662 // Write Output 667 #if PIC_CROPPING668 663 m_apcTVideoIOYuvSynthOutput[m_bSweep ? 0 : iModelNum]->write( pcPicYuvSynthOut, 0 ,0 ,0, 0 ); 669 #else670 m_apcTVideoIOYuvSynthOutput[m_bSweep ? 0 : iModelNum]->write( pcPicYuvSynthOut, aiPad );671 #endif672 664 } 673 665 } … … 867 859 868 860 // Write Output 869 #if PIC_CROPPING870 861 m_apcTVideoIOYuvSynthOutput[m_bSweep ? 0 : iSynthViewIdx]->write( pcPicYuvSynthOut, 0, 0, 0, 0 ); 871 #else872 m_apcTVideoIOYuvSynthOutput[m_bSweep ? 0 : iSynthViewIdx]->write( pcPicYuvSynthOut, aiPad );873 #endif874 862 } 875 863 iFrame++; … … 998 986 999 987 // Write Output 1000 #if PIC_CROPPING1001 988 m_apcTVideoIOYuvSynthOutput[iViewIdx-1]->write( pcPicYuvSynthOut, 0, 0, 0 ); 1002 #else1003 m_apcTVideoIOYuvSynthOutput[iViewIdx-1]->write( pcPicYuvSynthOut, aiPad );1004 #endif1005 989 1006 990 }
Note: See TracChangeset for help on using the changeset viewer.