Ignore:
Timestamp:
5 Apr 2013, 20:37:43 (12 years ago)
Author:
vidyo
Message:

Use getMaxLayers() instead of getMaxLayerId()

File:
1 edited

Legend:

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

    r115 r116  
    880880  vps->setLayerIdInNuh(0, 0);
    881881  vps->setLayerIdInVps(0, 0);
    882   for(i = 1; i <= vps->getMaxLayerId(); i++) // TODO: we should use vps->getMaxLayers(), but currently it is always set to 1
     882  for(i = 1; i < vps->getMaxLayers(); i++)
    883883  {
    884884    if( vps->getNuhLayerIdPresentFlag() )
Note: See TracChangeset for help on using the changeset viewer.