Ignore:
Timestamp:
30 Mar 2012, 18:57:41 (13 years ago)
Author:
poznan-univ
Message:

some bug fix on high level syntax
fixed some compiler warning issues under windows and linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.3-poznan-univ/source/Lib/TLibCommon/TComSlice.h

    r46 r48  
    221221  Int* getPad         ( )        { return m_aiPad; }
    222222
     223#if FLEX_CODING_ORDER
     224  Void        initMultiviewSPS      ( UInt uiViewId, Int iViewOrderIdx = 0, UInt uiCamParPrecision = 0, Bool bCamParSlice = false, Int** aaiScale = 0, Int** aaiOffset = 0, Bool bDepth = false );
     225#else
    223226  Void        initMultiviewSPS      ( UInt uiViewId, Int iViewOrderIdx = 0, UInt uiCamParPrecision = 0, Bool bCamParSlice = false, Int** aaiScale = 0, Int** aaiOffset = 0 );
     227#endif
    224228  Void        initMultiviewSPSDepth ( UInt uiViewId, Int iViewOrderIdx );
    225229
Note: See TracChangeset for help on using the changeset viewer.