Ignore:
Timestamp:
13 Aug 2015, 17:38:13 (9 years ago)
Author:
tech
Message:

Merged 14.1-update-dev1@1312.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibRenderer/TRenInterpFilter.cpp

    r1179 r1313  
    3939
    4040#include "TRenInterpFilter.h"
    41 #if H_3D
     41#if NH_3D
    4242
    4343// ====================================================================================================================
     
    4545// ====================================================================================================================
    4646
    47 TRenInterpFilter::TRenInterpFilter()
     47template<UInt bitDepthLuma>
     48TRenInterpFilter<bitDepthLuma>::TRenInterpFilter()
    4849{
    4950  // initial number of taps for Luma
    5051}
    5152
    52 #endif // H_3D
     53template class TRenInterpFilter<REN_BIT_DEPTH>;
     54#endif // NH_3D
    5355
Note: See TracChangeset for help on using the changeset viewer.