Changeset 655 in 3DVCSoftware for trunk/source/App/TAppEncoder/TAppEncTop.h


Ignore:
Timestamp:
23 Oct 2013, 23:01:30 (12 years ago)
Author:
tech
Message:

Merged 8.1-Cleanup@654

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/App/TAppEncoder/TAppEncTop.h

    r622 r655  
    5050#endif
    5151
     52#if KWU_RC_MADPRED_E0227
     53class TEncTop;
     54#endif
    5255//! \ingroup TAppEncoder
    5356//! \{
     
    9396  Void  xCreateLib        ();                               ///< create files & encoder class
    9497  Void  xInitLibCfg       ();                               ///< initialize internal variables
    95   Void  xInitLib          ();                               ///< initialize encoder class
     98  Void  xInitLib          (Bool isFieldCoding);             ///< initialize encoder class
    9699  Void  xDestroyLib       ();                               ///< destroy encoder class
    97100 
     
    121124  Void xSetLayerSets              ( TComVPS& vps );
    122125  Void xSetProfileTierLevel       ( TComVPS& vps );
    123 #if H_MV5
    124126  Void xSetRepFormat              ( TComVPS& vps );
    125127  Void xSetVPSVUI                 ( TComVPS& vps );
    126128  GOPEntry* xGetGopEntry( Int layerIdInVps, Int poc );
    127 #endif
    128129  Int  xGetMax( std::vector<Int>& vec);
    129130#endif
Note: See TracChangeset for help on using the changeset viewer.