Ignore:
Timestamp:
4 Oct 2013, 09:33:05 (11 years ago)
Author:
qualcomm
Message:

software integration of N0147 changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r403 r409  
    10591059    vps->setMaxOneActiveRefLayerFlag(maxDirectRefLayers > 1 ? false : true);
    10601060#endif
     1061#if N0147_IRAP_ALIGN_FLAG   
     1062    vps->setCrossLayerIrapAlignFlag(maxDirectRefLayers == 0 ? false : true);
     1063#endif
    10611064#if M0040_ADAPTIVE_RESOLUTION_CHANGE
    10621065  vps->setSingleLayerForNonIrapFlag(m_adaptiveResolutionChange > 0 ? true : false);
Note: See TracChangeset for help on using the changeset viewer.