Ignore:
Timestamp:
3 Jun 2015, 18:23:49 (9 years ago)
Author:
rwth
Message:
  • make sure that DLT is initialized at encoder
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev1-RWTH/source/App/TAppEncoder/TAppEncTop.h

    r1219 r1249  
    9090#endif
    9191
    92 #if NH_3D_DLT
    93   TComDLT                    m_dlt;                         ///< dlt
    94 #endif
    9592#if NH_3D
    9693  TComSps3dExtension         m_sps3dExtension;              ///< Currently all layers share the same sps 3D Extension 
     
    155152#endif
    156153#if NH_3D_DLT
    157   Void xDeriveDltArray( TComVPS& vps, TComDLT& dlt );
     154  Void xDeriveDltArray( TComVPS& vps, TComDLT* dlt );
    158155  Void xAnalyzeInputBaseDepth(UInt layer, UInt uiNumFrames, TComVPS* vps, TComDLT* dlt);
    159156#endif
Note: See TracChangeset for help on using the changeset viewer.