Changeset 605 in SHVCSoftware for branches/SHM-5.1-dev


Ignore:
Timestamp:
7 Feb 2014, 18:53:39 (11 years ago)
Author:
interdigital
Message:

P0182: add base_layer_parameter_set_compatibility_flag into VPS VUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r602 r605  
    19151915#endif
    19161916#endif
     1917
     1918#if P0182_VPS_VUI_PS_FLAG
     1919    for(i = 1; i < vps->getMaxLayers(); i++)
     1920    {
     1921      if (vps->getNumRefLayers(vps->getLayerIdInNuh(i)) == 0)
     1922      {
     1923        READ_FLAG( uiCode, "base_layer_parameter_set_compatibility_flag" );
     1924        vps->setBaseLayerPSCompatibilityFlag( i, uiCode );
     1925      }
     1926      else
     1927      {
     1928        vps->setBaseLayerPSCompatibilityFlag( i, 0 );
     1929      }
     1930    }
     1931#endif
    19171932}
    19181933#endif
Note: See TracChangeset for help on using the changeset viewer.