Changeset 488 in 3DVCSoftware for branches/HTM-DEV-0.3-dev0/source/App/TAppEncoder/TAppEncTop.cpp
- Timestamp:
- 21 Jun 2013, 18:58:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev0/source/App/TAppEncoder/TAppEncTop.cpp
r446 r488 1014 1014 Int maxNuhLayerId = nuhLayerIdPresentFlag ? xGetMax( m_layerIdInNuh ) : ( m_numberOfLayers - 1 ) ; 1015 1015 1016 vps.set MaxNuhLayerId( maxNuhLayerId );1016 vps.setVpsMaxLayerId( maxNuhLayerId ); 1017 1017 vps.setVpsNuhLayerIdPresentFlag( nuhLayerIdPresentFlag ); 1018 1018
Note: See TracChangeset for help on using the changeset viewer.