Changeset 30 in 3DVCSoftware for branches/0.3-poznan-univ/source/App/TAppEncoder


Ignore:
Timestamp:
1 Mar 2012, 07:44:44 (13 years ago)
Author:
poznan-univ
Message:

Updated configuration files and minor decoder bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.3-poznan-univ/source/App/TAppEncoder/TAppEncTop.cpp

    r29 r30  
    13551355  Char acFilenameBase[1024];
    13561356  ::sprintf( acFilenameBase,  "Synth_%s_%s_V%d.yuv", (bDepth?"Depth":"Tex"),( false ? "Dec" : "Enc" ),iCoddedViewIdx );
    1357   pcPicYuvERView->dump(acFilenameBase, iCurPoc!=0);
     1357  pcPicYuvSynthView->dump(acFilenameBase, iCurPoc!=0);
    13581358  }
    13591359#endif
Note: See TracChangeset for help on using the changeset viewer.