Changeset 479 in SHVCSoftware for branches/SHM-4.0-dev/source/App/TAppEncoder


Ignore:
Timestamp:
15 Nov 2013, 22:47:32 (11 years ago)
Author:
seregin
Message:

signal poc_lsb_not_present_flag for each layer in VPS extension (JCTVC-O0062) with macro O0062_POC_LSB_NOT_PRESENT_FLAG, patch was provided by Takeshi Tsukuba <tsukuba.takeshi@…>

File:
1 edited

Legend:

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

    r475 r479  
    12011201    vps->setMaxOneActiveRefLayerFlag(maxDirectRefLayers > 1 ? false : true);
    12021202#endif
     1203#if O0062_POC_LSB_NOT_PRESENT_FLAG
     1204    for(i = 1; i< vps->getMaxLayers(); i++)
     1205    {
     1206      if( vps->getNumDirectRefLayers( vps->getLayerIdInNuh(i) ) == 0  )
     1207      {
     1208        vps->setPocLsbNotPresentFlag(i, false);
     1209      }
     1210    }
     1211#endif
    12031212#if N0147_IRAP_ALIGN_FLAG
    12041213    vps->setCrossLayerIrapAlignFlag(true);
Note: See TracChangeset for help on using the changeset viewer.