Changeset 1440 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
12 Aug 2015, 20:19:52 (10 years ago)
Author:
seregin
Message:

remove virtual for create functions in *3DAsymLUT classes, signature is anyway different

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TCom3DAsymLUT.h

    r1335 r1440  
    6363  TCom3DAsymLUT();
    6464  virtual ~TCom3DAsymLUT();
    65 
    66   virtual Void create( Int nMaxOctantDepth, Int nInputBitDepth, Int nInputBitDepthC, Int nOutputBitDepth, Int nOutputBitDepthC, Int nMaxYPartNumLog2, Int nAdaptCThresholdU, Int nAdaptCThresholdV );
     65   
     66  Void create( Int nMaxOctantDepth, Int nInputBitDepth, Int nInputBitDepthC, Int nOutputBitDepth, Int nOutputBitDepthC, Int nMaxYPartNumLog2, Int nAdaptCThresholdU, Int nAdaptCThresholdV );
    6767  virtual Void destroy();
    6868
Note: See TracChangeset for help on using the changeset viewer.