- Timestamp:
- 12 Nov 2014, 21:00:10 (10 years ago)
- Location:
- branches/SHM-upgrade/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/App/TAppEncoder/TAppEncLayerCfg.cpp
r917 r921 345 345 exit(1); 346 346 } 347 #if SVC_EXTENSION 348 printf("\n"); 349 #else 347 350 std::cout << "\n" << std::endl; 351 #endif 348 352 #if LAYER_CTB 349 353 printf("CU size / depth : %d / %d\n", m_uiMaxCUWidth, m_uiMaxCUDepth ); -
branches/SHM-upgrade/source/Lib/TLibDecoder/TDecGop.cpp
r916 r921 181 181 //-- For time output for each slice 182 182 #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(), 184 184 pcPic->getLayerId(), 185 185 pcSlice->getTLayer(),
Note: See TracChangeset for help on using the changeset viewer.