Changeset 710 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
20 Apr 2014, 21:14:44 (12 years ago)
Author:
seregin
Message:

add referring the VPS rep_format for the AVC BL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.cpp

    r689 r710  
    20862086  if( layerId == 0 )
    20872087  {
    2088     retVal = sps->getChromaFormatIdc();
     2088    if( vps->getAvcBaseLayerFlag() )
     2089    {
     2090      retVal = vps->getVpsRepFormat(layerId)->getChromaFormatVpsIdc();
     2091    }
     2092    else
     2093    {
     2094      retVal = sps->getChromaFormatIdc();
     2095    }
    20892096  }
    20902097  else
Note: See TracChangeset for help on using the changeset viewer.