Ignore:
Timestamp:
21 Jun 2013, 18:58:29 (12 years ago)
Author:
tech
Message:

Incorporated VPS syntax elements. Intermediate version.

File:
1 edited

Legend:

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

    r446 r488  
    10141014  Int  maxNuhLayerId = nuhLayerIdPresentFlag ? xGetMax( m_layerIdInNuh ) : ( m_numberOfLayers - 1 ) ;
    10151015
    1016   vps.setMaxNuhLayerId( maxNuhLayerId );
     1016  vps.setVpsMaxLayerId( maxNuhLayerId );
    10171017  vps.setVpsNuhLayerIdPresentFlag( nuhLayerIdPresentFlag );
    10181018
Note: See TracChangeset for help on using the changeset viewer.