Changeset 1203 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h
- Timestamp:
- 8 Jul 2015, 20:57:55 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h
r1201 r1203 472 472 Int m_adaptiveResolutionChange; ///< Indicate adaptive resolution change frame 473 473 Bool m_skipPictureAtArcSwitch; ///< Indicates that when ARC up-switching is performed the higher layer picture is a skip picture 474 #if REPN_FORMAT_IN_VPS 474 475 475 RepFormatCfg m_repFormatCfg[16]; ///< Rep_format structures 476 #endif477 476 #if N0383_IL_CONSTRAINED_TILE_SETS_SEI 478 477 Bool m_interLayerConstrainedTileSetsSEIEnabled; … … 557 556 Void cfgStringToArrayNumEntries(Int **arr, string const cfgString, Int &numEntries, const char* logString); 558 557 559 #if REPN_FORMAT_IN_VPS560 558 RepFormatCfg* getRepFormatCfg(Int i) { return &m_repFormatCfg[i]; } 561 #endif562 559 #if LAYER_CTB 563 560 Bool getUsePCM() { return m_usePCM; }
Note: See TracChangeset for help on using the changeset viewer.