Ignore:
Timestamp:
4 Jun 2013, 18:05:33 (11 years ago)
Author:
tech
Message:

Fixed linux compiler warnings and changed some variable names to match styleguide.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComDataCU.cpp

    r455 r456  
    39853985          pDInfo->m_acNBDV = cColMv;
    39863986          pDInfo->m_aVIdxCan  = iTargetViewIdx;
    3987           TComPic* picDepth = NULL;
    39883987
    39893988#if H_3D_NBDV_REF
     
    40904089  }
    40914090
    4092   TComPic* picDepth = NULL;
    40934091  TComMv defaultDV(0, 0);
    40944092  pDInfo->m_acNBDV = defaultDV;
     
    41254123          pNbDvInfo->m_acNBDV = cMvPred;
    41264124          pNbDvInfo->m_aVIdxCan = refViewIdx;
    4127           TComPic* picDepth = NULL;
    41284125#if H_3D_NBDV_REF
    41294126          /*Place DoNBDV*/
Note: See TracChangeset for help on using the changeset viewer.