Changeset 1405 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComPic.h


Ignore:
Timestamp:
27 May 2016, 17:32:40 (9 years ago)
Author:
tech
Message:

Merged HTM-16.1-dev@1404.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibCommon/TComPic.h

    r1396 r1405  
    44 * granted under this license.
    55 *
    6  * Copyright (c) 2010-2015, ITU/ISO/IEC
     6 * Copyright (c) 2010-2016, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    191191  const TComPicSym* getPicSym() const { return  &m_picSym;    }
    192192  TComSlice*    getSlice(Int i)       { return  m_picSym.getSlice(i);  }
     193  const TComSlice* getSlice(Int i) const           { return  m_picSym.getSlice(i);  }
    193194  Int           getPOC() const        { return  m_picSym.getSlice(m_uiCurrSliceIdx)->getPOC();  }
    194195  TComDataCU*   getCtu( UInt ctuRsAddr )           { return  m_picSym.getCtu( ctuRsAddr ); }
Note: See TracChangeset for help on using the changeset viewer.