Changeset 791 in SHVCSoftware for branches/SHM-6-dev/source/App
- Timestamp:
- 6 Jun 2014, 19:48:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/App/TAppEncoder/TAppEncTop.cpp
r782 r791 82 82 vps->setTemporalNestingFlag(true); 83 83 } 84 #if !VPS_RENAME85 vps.setMaxLayers ( 1 );86 #endif87 84 for(Int i = 0; i < MAX_TLAYER; i++) 88 85 { … … 1033 1030 #endif 1034 1031 } 1035 #if VPS_RENAME1036 1032 m_acTEncTop[0].getVPS()->setMaxLayers( m_numLayers ); 1037 #endif1038 1033 #if VPS_EXTN_OP_LAYER_SETS 1039 1034 TComVPS* vps = m_acTEncTop[0].getVPS();
Note: See TracChangeset for help on using the changeset viewer.