Changeset 30 in 3DVCSoftware for branches/0.3-poznan-univ/source/App/TAppEncoder
- Timestamp:
- 1 Mar 2012, 07:44:44 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3-poznan-univ/source/App/TAppEncoder/TAppEncTop.cpp
r29 r30 1355 1355 Char acFilenameBase[1024]; 1356 1356 ::sprintf( acFilenameBase, "Synth_%s_%s_V%d.yuv", (bDepth?"Depth":"Tex"),( false ? "Dec" : "Enc" ),iCoddedViewIdx ); 1357 pcPicYuv ERView->dump(acFilenameBase, iCurPoc!=0);1357 pcPicYuvSynthView->dump(acFilenameBase, iCurPoc!=0); 1358 1358 } 1359 1359 #endif
Note: See TracChangeset for help on using the changeset viewer.