Changeset 908 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
17 Oct 2014, 14:27:44 (11 years ago)
Author:
nokia
Message:

Fix layer sets layer id list initialization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r903 r908  
    588588{
    589589#if R0042_PROFILE_INDICATION
     590#if FIX_LAYER_ID_INIT
     591  Bool bMultiLayerExtSpsFlag = (pcSPS->getLayerId() != 0 && pcSPS->getNumDirectRefLayers() != 0);
     592#else
    590593  Bool bMultiLayerExtSpsFlag = (pcSPS->getNumDirectRefLayers() != 0 ) ;
     594#endif
    591595#endif
    592596#if ENC_DEC_TRACE 
     
    10031007    }
    10041008  }
     1009#if !FIX_LAYER_ID_INIT  // It was still called because NECESSARY_FLAG does not exist and is by default "false"
    10051010#if !NECESSARY_FLAG   // Already called once in TAppEncTop.cpp
    10061011#if DERIVE_LAYER_ID_LIST_VARIABLES
    10071012  pcVPS->deriveLayerIdListVariables();
     1013#endif
    10081014#endif
    10091015#endif
Note: See TracChangeset for help on using the changeset viewer.