Changeset 123 in 3DVCSoftware for branches/HTM-4.0-Orange/source/Lib/TLibEncoder


Ignore:
Timestamp:
7 Sep 2012, 13:48:35 (12 years ago)
Author:
tech
Message:

Fixed new compiler warning in getRefQP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.0-Orange/source/Lib/TLibEncoder/TEncCu.cpp

    r122 r123  
    473473      pcTextureCU = pcTexture->getCU( rpcBestCU->getAddr() );
    474474      pcTexture->setPartInfo(pcTextureCU->readPartInfo());
    475       pcTexture->setTexPartIndex(0); //pcTextureCU->setTexPartIndex(0); //uiTexPartIndex = 0;
     475      pcTexture->setTexPartIndex(0);
    476476    }
    477477  }
     
    658658              break;
    659659            }
    660             pcTexture->incrementTexPartIndex(); //uiTexPartIndex+=2;
     660            pcTexture->incrementTexPartIndex();
    661661
    662662            if(pcTexture->accessPartInfo(1) == OL_END_CU)
Note: See TracChangeset for help on using the changeset viewer.