Changeset 438 in 3DVCSoftware for branches/HTM-DEV-0.2-dev/source/Lib/TLibDecoder/TDecGop.cpp
- Timestamp:
- 23 May 2013, 15:40:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.2-dev/source/Lib/TLibDecoder/TDecGop.cpp
r368 r438 208 208 rpcPic->compressMotion(); 209 209 #endif 210 210 211 Char c = (pcSlice->isIntra() ? 'I' : pcSlice->isInterP() ? 'P' : 'B'); 211 212 if (!pcSlice->isReferenced()) c += 32; 212 213 213 214 //-- For time output for each slice 215 214 216 #if H_MV 215 217 printf("\nLayer %2d POC %4d TId: %1d ( %c-SLICE, QP%3d ) ", pcSlice->getLayerId(),
Note: See TracChangeset for help on using the changeset viewer.