Changeset 92 in 3DVCSoftware for branches/HTM-3.1-Qualcomm


Ignore:
Timestamp:
10 Jul 2012, 03:12:09 (12 years ago)
Author:
qualcomm
Message:

remove one unused variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-3.1-Qualcomm/source/Lib/TLibCommon/TComDataCU.cpp

    r91 r92  
    53055305
    53065306  RefPicList  eColRefPicList = REF_PIC_LIST_0;
    5307   Int iColViewIdx, iColRefViewIdx, iCurrViewIdx;
    5308   iCurrViewIdx     = m_pcSlice->getViewId();
     5307  Int iColViewIdx, iColRefViewIdx;
    53095308  TComPic *pColPic = getSlice()->getRefPic( eRefPicList, refidx);
    53105309  TComDataCU *pColCU = pColPic->getCU( uiCUAddr );
Note: See TracChangeset for help on using the changeset viewer.