Ignore:
Timestamp:
25 Jun 2013, 22:11:57 (12 years ago)
Author:
tech
Message:

Fixed several bugs and mismatches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev0/source/App/TAppEncoder/TAppEncTop.h

    r493 r495  
    119119  Void xSetDimensionIdAndLength   ( TComVPS& vps );
    120120  Void xSetDependencies           ( TComVPS& vps );
    121   Void xSetLayerSets( TComVPS& vps );
     121  Void xSetLayerSets              ( TComVPS& vps );
     122  Void xSetProfileTierLevel       ( TComVPS& vps );
    122123  Int  xGetMax( std::vector<Int>& vec);
    123124#endif
     
    131132#else
    132133  TEncTop&    getTEncTop  ()   { return  m_cTEncTop; }      ///< return encoder class pointer reference
    133  
    134134#endif
    135135};// END CLASS DEFINITION TAppEncTop
Note: See TracChangeset for help on using the changeset viewer.