Changeset 13 in 3DVCSoftware for branches/0.2-poznan-univ/source/App/TAppEncoder


Ignore:
Timestamp:
7 Feb 2012, 02:04:12 (13 years ago)
Author:
poznan-univ
Message:

SVN merge bug Fix

File:
1 edited

Legend:

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

    r12 r13  
    12781278  {
    12791279    iCurPoc = m_acTEncTopList[ iCoddedViewIdx ]->getNextFrameId();
    1280   if (!(m_acTEncTopList[ iCoddedViewIdx ]->currentPocWillBeCoded())) return;
    1281 
     1280    if (!(m_acTEncTopList[ iCoddedViewIdx ]->currentPocWillBeCoded())) return;
     1281  }
    12821282  Int iNumberOfReferenceViews = 0;
    12831283  UInt iSynthViewIdx;
Note: See TracChangeset for help on using the changeset viewer.