Ignore:
Timestamp:
26 May 2016, 15:03:18 (9 years ago)
Author:
tech
Message:

Initial merge of HM-16.9.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-16.1-dev/source/Lib/TLibCommon/TComPic.cpp

    r1401 r1402  
    9797TComPic::~TComPic()
    9898{
     99  destroy();
    99100}
    100101
    101102Void TComPic::create( const TComSPS &sps, const TComPPS &pps, const Bool bIsVirtual)
    102103{
     104  destroy();
     105
    103106  const ChromaFormat chromaFormatIDC = sps.getChromaFormatIdc();
    104107  const Int          iWidth          = sps.getPicWidthInLumaSamples();
Note: See TracChangeset for help on using the changeset viewer.