Changeset 1198 in SHVCSoftware for branches/SHM-dev/source/App


Ignore:
Timestamp:
8 Jul 2015, 19:43:28 (10 years ago)
Author:
seregin
Message:

macro cleanup: O0062_POC_LSB_NOT_PRESENT_FLAG

File:
1 edited

Legend:

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

    r1185 r1198  
    15651565
    15661566    vps->setMaxOneActiveRefLayerFlag(maxDirectRefLayers > 1 ? false : true);
    1567 #if O0062_POC_LSB_NOT_PRESENT_FLAG
     1567
     1568    // POC LSB not present flag
    15681569    for( i = 1; i< vps->getMaxLayers(); i++ )
    15691570    {
     
    15741575      }
    15751576    }
    1576 #endif
     1577
    15771578    vps->setCrossLayerPictureTypeAlignFlag( m_crossLayerPictureTypeAlignFlag );
    15781579    vps->setCrossLayerAlignedIdrOnlyFlag( m_crossLayerAlignedIdrOnlyFlag );
Note: See TracChangeset for help on using the changeset viewer.