Changeset 646 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib


Ignore:
Timestamp:
26 Mar 2014, 00:41:26 (11 years ago)
Author:
seregin
Message:

fix derivation of OutputLayerFlag[i][j] for default_target_output_layer_idc equal to 1

File:
1 edited

Legend:

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

    r639 r646  
    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++)
Note: See TracChangeset for help on using the changeset viewer.