Changeset 649 in SHVCSoftware for trunk/source/Lib/TLibDecoder


Ignore:
Timestamp:
26 Mar 2014, 02:07:30 (11 years ago)
Author:
seregin
Message:

merge with SHM-5.1-dev branch

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/source

  • trunk/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r644 r649  
    12801280      Int lsIdx = vps->getOutputLayerSetIdx(i);
    12811281#if NUM_OL_FLAGS
    1282       for(j = 0; j < vps->getNumLayersInIdList(lsIdx) ; j++)
     1282      for(j = 0; j < vps->getNumLayersInIdList(lsIdx); j++)
    12831283#else
    12841284      for(j = 0; j < vps->getNumLayersInIdList(lsIdx) - 1; j++)
     
    17961796    if (uiCode)
    17971797    {
    1798       READ_FLAG(uiCode, "only_idr_for_IRAP_across_layers" );
     1798      READ_FLAG(uiCode, "all_layers_idr_aligned_flag" );
    17991799      vps->setCrossLayerIrapAlignFlag(uiCode);
    18001800    }
Note: See TracChangeset for help on using the changeset viewer.