Changeset 535 in 3DVCSoftware


Ignore:
Timestamp:
13 Jul 2013, 11:04:53 (11 years ago)
Author:
tech
Message:

Fixed compiler warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComSlice.h

    r534 r535  
    16521652  Int        m_viewIndex;
    16531653  Bool       m_isDepth;
    1654   Int        m_aaiCodedScale [2][MAX_NUM_LAYERS];
    1655   Int        m_aaiCodedOffset[2][MAX_NUM_LAYERS];
    1656 #if H_3D_TMVP
    1657   Int        m_aiAlterRefIdx   [2];
    1658 #endif
    1659 #if H_3D_ARP
    1660   TComList<TComPic*> * m_pBaseViewRefPicList[MAX_NUM_LAYERS];
    1661   UInt                 m_nARPStepNum;
    1662 #endif
    1663 #if H_3D_IC
    1664   Bool      m_bApplyIC;
    1665   Bool      m_icSkipParseFlag;
    1666 #endif
    1667 
    1668 #if H_3D_GEN
    1669   TComPic*   m_ivPicsCurrPoc [2][MAX_NUM_LAYERS]; 
    1670   Int**      m_depthToDisparityB;
    1671   Int**      m_depthToDisparityF;
    1672 #endif
    1673 #endif
    1674 #endif
    1675 #if H_MV
     1654#endif
     1655
    16761656// Additional slice header syntax elements
    16771657  Bool       m_discardableFlag;
     
    16861666  Int        m_activeMotionPredRefLayerId   [ MAX_NUM_LAYER_IDS ];
    16871667
     1668  Int        m_aaiCodedScale [2][MAX_NUM_LAYERS];
     1669  Int        m_aaiCodedOffset[2][MAX_NUM_LAYERS];
     1670#if H_3D_TMVP
     1671  Int        m_aiAlterRefIdx   [2];
     1672#endif
     1673#if H_3D_ARP
     1674  TComList<TComPic*> * m_pBaseViewRefPicList[MAX_NUM_LAYERS];
     1675  UInt                 m_nARPStepNum;
     1676#endif
     1677#if H_3D_IC
     1678  Bool      m_bApplyIC;
     1679  Bool      m_icSkipParseFlag;
     1680#endif
     1681#if H_3D_GEN
     1682  TComPic*   m_ivPicsCurrPoc [2][MAX_NUM_LAYERS]; 
     1683  Int**      m_depthToDisparityB;
     1684  Int**      m_depthToDisparityF;
     1685#endif
    16881686#endif
    16891687
Note: See TracChangeset for help on using the changeset viewer.