Changeset 921 in SHVCSoftware for branches


Ignore:
Timestamp:
12 Nov 2014, 21:00:10 (10 years ago)
Author:
seregin
Message:

fix printing summary

Location:
branches/SHM-upgrade/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-upgrade/source/App/TAppEncoder/TAppEncLayerCfg.cpp

    r917 r921  
    345345    exit(1);
    346346  }
     347#if SVC_EXTENSION
     348  printf("\n");
     349#else
    347350  std::cout << "\n" << std::endl;
     351#endif
    348352#if LAYER_CTB
    349353  printf("CU size / depth                   : %d / %d\n", m_uiMaxCUWidth, m_uiMaxCUDepth );
  • branches/SHM-upgrade/source/Lib/TLibDecoder/TDecGop.cpp

    r916 r921  
    181181  //-- For time output for each slice
    182182#if SVC_EXTENSION
    183   printf("\nPOC %4d LId: %1d TId: %1d ( %c-SLICE %s, QP%3d ) ", pcSlice->getPOC(),
     183  printf("POC %4d LId: %1d TId: %1d ( %c-SLICE %s, QP%3d ) ", pcSlice->getPOC(),
    184184                                                    pcPic->getLayerId(),
    185185                                                    pcSlice->getTLayer(),
Note: See TracChangeset for help on using the changeset viewer.