Changeset 538 in SHVCSoftware


Ignore:
Timestamp:
6 Jan 2014, 05:13:09 (11 years ago)
Author:
seregin
Message:

add BL printing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp

    r537 r538  
    24142414  printf("Multiview                     : %d\n", m_scalabilityMask[1] );
    24152415  printf("Scalable                      : %d\n", m_scalabilityMask[2] );
     2416#if AVC_BASE
     2417  printf("Base layer                    : %s\n", m_avcBaseLayerFlag ? "AVC" : "HEVC");
     2418#endif
    24162419#if AUXILIARY_PICTURES
    24172420  printf("Auxiliary pictures            : %d\n", m_scalabilityMask[3] );
     
    25722575#if SVC_EXTENSION
    25732576  printf("RecalQP:%d ", m_recalculateQPAccordingToLambda ? 1 : 0 );
    2574 #if AVC_BASE
    2575   printf("AvcBase:%d ", m_avcBaseLayerFlag ? 1 : 0);
    2576 #else
    2577   printf("AvcBase:%d ", 0);
    2578 #endif
    25792577  printf("EL_RAP_SliceType: %d ", m_elRapSliceBEnabled);
    25802578  printf("REF_IDX_ME_ZEROMV: %d ", REF_IDX_ME_ZEROMV);
Note: See TracChangeset for help on using the changeset viewer.