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


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

Merged HTM-16.1-dev@1404.

File:
1 edited

Legend:

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

    r1313 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 *
     
    125125
    126126  TComPicSym  ();
     127  ~TComPicSym();
     128
    127129  TComSlice*         getSlice(UInt i)                                      { return m_apSlices[i];             }
    128130  const TComSlice*   getSlice(UInt i) const                                { return m_apSlices[i];             }
Note: See TracChangeset for help on using the changeset viewer.