Changeset 892 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
26 Sep 2014, 00:01:09 (11 years ago)
Author:
sharp
Message:
  1. Deshpande (Sharp) <sdeshpande@…>

JCTVC-R0154 proposal1 - alt_output_layer_flag[i] inference

File:
1 edited

Legend:

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

    r891 r892  
    15871587      vps->setAltOuputLayerFlag(i, uiCode ? true : false);
    15881588    }
     1589#if ALT_OPT_LAYER_FLAG
     1590    else
     1591    {
     1592          uiCode=0;
     1593          vps->setAltOuputLayerFlag(i, uiCode ? true : false);
     1594    }
     1595#endif
    15891596#if Q0165_OUTPUT_LAYER_SET
    15901597    assert( NumOutputLayersInOutputLayerSet[i]>0 );
Note: See TracChangeset for help on using the changeset viewer.